summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-07-30 16:29:30 +0000
committerDan Armak <danarmak@gentoo.org>2001-07-30 16:29:30 +0000
commit21c2580ee5cb1c17c771ef1e04819fc4e8e454f0 (patch)
tree451d132ede36a080a4975dce8c0f677a380f799e /sys-apps/noflushd
parentApparently latex2html keeps changing without changing the version number, som... (diff)
downloadgentoo-2-21c2580ee5cb1c17c771ef1e04819fc4e8e454f0.tar.gz
gentoo-2-21c2580ee5cb1c17c771ef1e04819fc4e8e454f0.tar.bz2
gentoo-2-21c2580ee5cb1c17c771ef1e04819fc4e8e454f0.zip
Now uses /etc/rc.d/config/noflushd.conf instead of /etc/noflushd.conf. Upgraders (are there any?) should manually check their /etc/* dirs after merging because of config dir protection.
Diffstat (limited to 'sys-apps/noflushd')
-rw-r--r--sys-apps/noflushd/files/noflushd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/noflushd/files/noflushd b/sys-apps/noflushd/files/noflushd
index a9b673f35222..852b11fd2ab8 100644
--- a/sys-apps/noflushd/files/noflushd
+++ b/sys-apps/noflushd/files/noflushd
@@ -18,7 +18,7 @@ start() {
EXTRA=''
# Pull in configuration file if exists, overrides defaults
- [ -f /etc/noflushd.conf ] && . /etc/noflushd.conf
+ [ -f /etc/rc.d/config/noflushd.conf ] && . /etc/noflushd.conf
OPTIONS='-n $TIMEOUT $DISKS $EXTRA'