summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]sys-process/anacron/files/anacron.rc67
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-process/anacron/files/anacron.rc6 b/sys-process/anacron/files/anacron.rc6
index 4e4a0a78e903..0baa217e5241 100644..100755
--- a/sys-process/anacron/files/anacron.rc6
+++ b/sys-process/anacron/files/anacron.rc6
@@ -1,15 +1,14 @@
#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
depend() {
- use logger
- need clock hostname
+ use clock hostname logger
}
start() {
ebegin "Running anacron"
- /usr/sbin/anacron -s >>/var/log/cron.log 2>&1
+ anacron -s >>/var/log/cron.log 2>&1
eend $?
}