summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2009-06-16 06:38:53 +0000
committerLeonardo Arena <rnalrd@gmail.com>2009-06-16 06:38:53 +0000
commit6e4d8c9e744e7956be375a726a8834224e77d085 (patch)
tree34e2ec2c4718d848eb75033276f18b636fc16008
parente321053e1b7c7be31fec7ef44ff8d27399e2fcf2 (diff)
downloadaports-6e4d8c9e744e7956be375a726a8834224e77d085.tar.bz2
aports-6e4d8c9e744e7956be375a726a8834224e77d085.tar.xz
testing/amavisd-new: stop daemon fixed
-rw-r--r--testing/amavisd-new/amavisd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/amavisd-new/amavisd.init b/testing/amavisd-new/amavisd.init
index 55a46549..c96f2aeb 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 $?
}