summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2006-09-17 16:17:31 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc4c67689d33535e289c908bdeaaa1a1c14e0cb9f (patch)
tree62e04bf98e46b0414f03a35167cd5e9f53f201ca
parent2fb7a82b7d49058ae5c6961fa5af547963d97692 (diff)
downloadpostgrey-c4c67689d33535e289c908bdeaaa1a1c14e0cb9f.zip
postgrey-c4c67689d33535e289c908bdeaaa1a1c14e0cb9f.tar.gz
- unify msg_not_running usage
Changed files: postgrey.init -> 1.3
-rw-r--r--postgrey.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgrey.init b/postgrey.init
index 51ef002..e198c2a 100644
--- a/postgrey.init
+++ b/postgrey.init
@@ -65,7 +65,7 @@ case "$1" in
killproc postgrey -HUP
RETVAL=$?
else
- msg_not_running postgrey >&2
+ msg_not_running postgrey
exit 7
fi
;;