summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eximstate.init2
-rw-r--r--eximstated.init2
2 files changed, 0 insertions, 4 deletions
diff --git a/eximstate.init b/eximstate.init
index 6c39357..3ecb669 100644
--- a/eximstate.init
+++ b/eximstate.init
@@ -19,7 +19,6 @@
# Check that networking is up.
if is_yes "${NETWORKING}"; then
if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
- # nls "ERROR: Networking is down. %s can't be run." <service>
msg_network_down eximstate
exit 1
fi
@@ -71,7 +70,6 @@ case "$1" in
exit $?
;;
*)
- # show "Usage: %s {start|stop|restart|reload|force-reload|status}"
msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
exit 3
esac
diff --git a/eximstated.init b/eximstated.init
index cb659f2..6887c57 100644
--- a/eximstated.init
+++ b/eximstated.init
@@ -19,7 +19,6 @@
# Check that networking is up.
if is_yes "${NETWORKING}"; then
if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
- # nls "ERROR: Networking is down. %s can't be run." <service>
msg_network_down eximstated
exit 1
fi
@@ -72,7 +71,6 @@ case "$1" in
exit $?
;;
*)
- # show "Usage: %s {start|stop|restart|reload|force-reload|status}"
msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
exit 3
esac