]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
comments updated (need 2 arguments, not one)
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 3 Sep 2000 18:55:04 +0000 (18:55 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 3 Sep 2000 18:55:04 +0000 (18:55 +0000)
script/boot-install

index 69bdeb5d8009c7bf8c31900c86821bcfff4ed8c0..0a1016e8f263c4b21e01b7d3d91619e77c158afb 100755 (executable)
@@ -2,9 +2,10 @@
 # Install fcron under SysV system.
 #
 
-# $Id: boot-install,v 1.7 2000-06-21 10:42:19 thib Exp $
+# $Id: boot-install,v 1.8 2000-09-03 18:55:04 thib Exp $
 
-# take one arguments : the name of the BSD-like install program
+# take 2 arguments : the name of the BSD-like install program
+#                    and the DESTSBIN directory
 
 PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"