aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilly Tarreau <willy@wtap.(none)>2006-07-26 10:46:55 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 10:46:55 +0200
commitfcb250efba23ae522c4c8cb03c47dd40edcf9603 (patch)
tree3756bd1748842a3f1049d857e8412f148a8741b9 /README
parentInitial commit (diff)
downloadflxutils-fcb250efba23ae522c4c8cb03c47dd40edcf9603.tar.xz
[RELEASE] flxutils-0.1.4.2v0.1.4.2
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..61fa0cb
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+Warning !!!
+
+ 1) this package should be compiled with the "pkg" command distributed with Formilux
+ 2) dietlibc and sstrip are needed for most small utilities. Since they're not available
+ everywhere, a pre-compiled version of these utilities is provided. To avoid unexpected
+ cleanups, "pkg clean" only cleans the minimum, and you have to use "pkg distclean" to
+ clean everything. Don't do it if you don't have all the tools to rebuild ! In this case,
+ proceed this way :
+
+ # pkg compile ; pkg prepack ; pkg strip ; pkg pack ; pkg clean
+
+Note: the "pkg" command uses several special variables which can be defined in
+the pkg file :
+ - PATCH_LIST is a list of patches to apply with "pkg patch" or revert with
+ "pkg unpatch" ;
+ - FILE_LIST contains the name of a file (.flxfiles) which contains a listing
+ of all files of the current directory to be archived in the package,
+ instead of making a tar of .flxdisk. Note that do_prepack() and do_strip()
+ should be redefined in this case (at least to do nothing).
+