diff options
author | 2001-09-06 00:18:52 +0000 | |
---|---|---|
committer | 2001-09-06 00:18:52 +0000 | |
commit | 5ab12e207ca00f4a6e3b7d9f7cd38a15a2d5fb11 (patch) | |
tree | 7ae8c6a014e2ce633b9f214b4576726c89b4c9d1 /app-admin/fcron | |
parent | libs are installed to /lib instead of /usr/lib ... removes problems during fsck (diff) | |
download | gentoo-2-5ab12e207ca00f4a6e3b7d9f7cd38a15a2d5fb11.tar.gz gentoo-2-5ab12e207ca00f4a6e3b7d9f7cd38a15a2d5fb11.tar.bz2 gentoo-2-5ab12e207ca00f4a6e3b7d9f7cd38a15a2d5fb11.zip |
remove redundant --exec parameter from stop function
Diffstat (limited to 'app-admin/fcron')
-rw-r--r-- | app-admin/fcron/files/fcron.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/fcron/files/fcron.rc6 b/app-admin/fcron/files/fcron.rc6 index 809d76b34166..51a988d750bf 100644 --- a/app-admin/fcron/files/fcron.rc6 +++ b/app-admin/fcron/files/fcron.rc6 @@ -21,6 +21,6 @@ start() { stop() { ebegin "Stopping fcron" - start-stop-daemon --stop --quiet --pidfile /var/run/fcron.pid --exec /usr/sbin/fcron + start-stop-daemon --stop --quiet --pidfile /var/run/fcron.pid eend $? } |