diff options
Diffstat (limited to 'sys-apps/noflushd/files/noflushd.rc6')
-rw-r--r-- | sys-apps/noflushd/files/noflushd.rc6 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sys-apps/noflushd/files/noflushd.rc6 b/sys-apps/noflushd/files/noflushd.rc6 index f0d4b13cd842..40b8d472d505 100644 --- a/sys-apps/noflushd/files/noflushd.rc6 +++ b/sys-apps/noflushd/files/noflushd.rc6 @@ -1,16 +1,10 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/files/noflushd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/files/noflushd.rc6,v 1.3 2001/12/23 23:25:19 azarah Exp $ -#NOTE: these variables will be moved to /etc/conf.d/noflushd soon, once -# the new initscript changes are done. Its only here temporarily. +# NB: Config is in /etc/conf.d/noflushd -#you can put these in your rc.conf file if you wish -#TIMEOUT=60 -#DISKS=/dev/discs/disc0/disc -#EXTRA= -#NOFLUSHD_OPTS="-n $TIMEOUT $DISKS $EXTRA" depend() { need localmount @@ -19,7 +13,7 @@ depend() { checkconfig() { if [ -z "$NOFLUSHD_OPTS" ] ; then eerror "You need to setup your NOFLUSHD_OPTS first" - eerror "Check that you've adjusted for your needs" + eerror "Check that you've adjusted /etc/conf.d/noflushd for your needs" return 1 fi } |