diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-06-16 06:38:53 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-06-16 06:38:53 +0000 |
commit | 6e4d8c9e744e7956be375a726a8834224e77d085 (patch) | |
tree | 34e2ec2c4718d848eb75033276f18b636fc16008 /testing | |
parent | e321053e1b7c7be31fec7ef44ff8d27399e2fcf2 (diff) | |
download | aports-6e4d8c9e744e7956be375a726a8834224e77d085.tar.bz2 aports-6e4d8c9e744e7956be375a726a8834224e77d085.tar.xz |
testing/amavisd-new: stop daemon fixed
Diffstat (limited to 'testing')
-rw-r--r-- | testing/amavisd-new/amavisd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/amavisd-new/amavisd.init b/testing/amavisd-new/amavisd.init index 55a4654994..c96f2aeb94 100644 --- a/testing/amavisd-new/amavisd.init +++ b/testing/amavisd-new/amavisd.init @@ -16,6 +16,6 @@ start() { stop() { ebegin "Stopping amavisd-new" - start-stop-daemon --stop --quiet --pidfile /var/run/amavis/amavisd.pid + start-stop-daemon --stop --quiet --pidfile /var/amavis/amavisd.pid eend $? } |