diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-03 20:22:04 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-03 20:22:04 +0000 |
commit | 0acf45a6ccd69204401658eab996010c994e1454 (patch) | |
tree | 89ba9f8b381148cd6abe4bc32d718c5420759837 /sys-apps/at/files | |
parent | sorry for all the changes to this recently.. (diff) | |
download | historical-0acf45a6ccd69204401658eab996010c994e1454.tar.gz historical-0acf45a6ccd69204401658eab996010c994e1454.tar.bz2 historical-0acf45a6ccd69204401658eab996010c994e1454.zip |
deleted bits after eend
Diffstat (limited to 'sys-apps/at/files')
-rw-r--r-- | sys-apps/at/files/atd.rc6 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sys-apps/at/files/atd.rc6 b/sys-apps/at/files/atd.rc6 index 13ac7c1ed6f4..0071f0cace76 100644 --- a/sys-apps/at/files/atd.rc6 +++ b/sys-apps/at/files/atd.rc6 @@ -1,19 +1,17 @@ #!/sbin/runscript depend() { - need clock + need clock } function start() { - # Start daemons. - ebegin "Starting atd..." - start-stop-daemon --start --quiet --exec /usr/sbin/atd - eend $? "Started atd." "Error Starting atd" + ebegin "Starting atd..." + start-stop-daemon --start --quiet --exec /usr/sbin/atd + eend $? } function stop() { - # Stop daemons. - ebegin "Shutting down atd..." - start-stop-daemon --stop --quiet --pidfile /var/run/atd.pid - eend $? "Stopped atd." "Error Stopping atd." + ebegin "Shutting down atd..." + start-stop-daemon --stop --quiet --pidfile /var/run/atd.pid + eend $? } |