[Pkg-ocaml-maint-commits] [SCM] mldonkey packaging branch, master, updated. debian/2.9.5-2-83-g90764f5
Samuel Mimram
smimram at debian.org
Mon Mar 16 13:20:35 UTC 2009
The following commit has been merged in the master branch:
commit 90764f52788538d8c7f9f651b78c1b3a31faf5d9
Author: Samuel Mimram <smimram at debian.org>
Date: Mon Mar 16 14:20:29 2009 +0100
Nicer display.
diff --git a/debian/mldonkey-server.init b/debian/mldonkey-server.init
index 65a0a82..fe983c2 100644
--- a/debian/mldonkey-server.init
+++ b/debian/mldonkey-server.init
@@ -96,7 +96,7 @@ fi
case "$1" in
start|force-start)
- echo "Starting $DESC: $NAME"
+ echo -n "Starting $DESC: $NAME"
if [ "x$LAUNCH_AT_STARTUP" != "xtrue" ] && [ "x$1" = "xstart" ]; then
Error 0 "configuration file prevent $NAME to be started (use force-start)."
@@ -121,10 +121,12 @@ case "$1" in
-- -log_file $SERVERLOG -pid $PIDDIR > $LOGFILE 2>&1
StartErrorCheck
+
+ echo "."
;;
stop)
- echo "Stopping $DESC: $NAME"
+ echo -n "Stopping $DESC: $NAME"
start-stop-daemon --stop --oknodo --pidfile $PIDFILE --retry 30
echo "."
;;
--
mldonkey packaging
More information about the Pkg-ocaml-maint-commits
mailing list