diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-11-15 17:54:15 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-11-15 17:54:15 +0000 |
commit | 92eb603c061e7348a97dccff188bd8c7a8a86227 (patch) | |
tree | 8ab44aeb5c7f71d283440702b3baca5703398875 /sys-apps/dcron | |
parent | updated to latest version (diff) | |
download | historical-92eb603c061e7348a97dccff188bd8c7a8a86227.tar.gz historical-92eb603c061e7348a97dccff188bd8c7a8a86227.tar.bz2 historical-92eb603c061e7348a97dccff188bd8c7a8a86227.zip |
do the logging corretly
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/files/dcron.rc6 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/dcron/files/dcron.rc6 b/sys-apps/dcron/files/dcron.rc6 index d9e0088d7bdf..65a716f96e21 100644 --- a/sys-apps/dcron/files/dcron.rc6 +++ b/sys-apps/dcron/files/dcron.rc6 @@ -6,7 +6,8 @@ depend() { start() { ebegin "Starting dcron" - start-stop-daemon --start --quiet --exec /usr/sbin/crond + start-stop-daemon --start --quiet --exec /usr/sbin/crond \ + -- >>/var/log/cron.log 2>&1 eend $? } |