diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:22 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 11:51:23 +0200 |
commit | 1df9e6131e7cc4a501a627b763dd18ce1f8a38ab (patch) | |
tree | 38638a90198864c61564783154f456bf71f68c98 /scripts/mkinstall | |
parent | [RELEASE] flxutils-0.1.11.2 (diff) | |
download | flxutils-1df9e6131e7cc4a501a627b763dd18ce1f8a38ab.tar.xz |
[RELEASE] flxutils-0.1.11.3v0.1.11.3
Diffstat (limited to 'scripts/mkinstall')
-rwxr-xr-x | scripts/mkinstall | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/mkinstall b/scripts/mkinstall index f1e2d1d..3ccd20e 100755 --- a/scripts/mkinstall +++ b/scripts/mkinstall @@ -1,4 +1,12 @@ #!/bin/sh +# +# /sbin/mkinstall - Formilux System Installer - version 1.0.0 - 2003-03-20 +# This file is part of the Formilux project : http://formilux.ant-computing.com/ +# +# Copyright (C) 2001-2003 Benoit Dolez & Willy Tarreau +# mailto: benoit@ant-computing.com,willy@ant-computing.com +# +# This program is licenced under GPLv2 ( http://www.gnu.org/licenses/gpl.txt ) # This function collects some information in /proc and other places. # It should be called ASAP. |