From: Thibault Godouet Date: Sun, 3 Sep 2000 18:55:04 +0000 (+0000) Subject: comments updated (need 2 arguments, not one) X-Git-Tag: ver2_9_4~609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7eeb35b0175d813a86257dcaf8b9fe254e77c8;p=thirdparty%2Ffcron.git comments updated (need 2 arguments, not one) --- diff --git a/script/boot-install b/script/boot-install index 69bdeb5..0a1016e 100755 --- a/script/boot-install +++ b/script/boot-install @@ -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"