From 352f59c5b8fa2747da13c6299c2f2425d557c38d Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Thu, 4 Jan 2001 15:50:15 +0000 Subject: [PATCH] added configure option --with-rootname --- script/boot-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/boot-install b/script/boot-install index 96faf94..4df32db 100755 --- a/script/boot-install +++ b/script/boot-install @@ -2,9 +2,9 @@ # Install fcron under SysV system. # -# $Id: boot-install,v 1.18 2000-12-15 17:47:48 thib Exp $ +# $Id: boot-install,v 1.19 2001-01-04 15:50:15 thib Exp $ -# take 4 arguments : the name of the BSD-like install program +# take 4 arguments : the name of the BSD-like install program (with "-o" and the correct username) # the DESTSBIN directory, the value of DEBUG # and the value of FCRONTABS @@ -80,7 +80,7 @@ if test \( ! "$INSTALLED" -eq 1 \) -a \( "$ROOTDIR" != "" \); then read -p "Please answer with 'y' or 'n' (default: 'y'): " INSTALL NOTHING done if test \( -z "$INSTALL" \) -o \( "$INSTALL" = "y" \); then - $1 -c -m 755 -o root script/sysVinit-launcher $ROOTDIR/init.d/fcron + $1 -c -m 755 script/sysVinit-launcher $ROOTDIR/init.d/fcron if test $DEBUG -eq 1; then cat $ROOTDIR/init.d/fcron | sed 's: -b: -b -d:' >$ROOTDIR/init.d/fcron2 mv -f $ROOTDIR/init.d/fcron2 $ROOTDIR/init.d/fcron -- 2.47.3