[pkg-fso-commits] [SCM] Debian specific session starter branch, gismo-master-fixes, updated. debian/0.2-10-g53258ad

Luca Capello luca at pca.it
Mon Sep 1 12:09:29 UTC 2008


The following commit has been merged in the gismo-master-fixes branch:
commit 53258ad36659631097bc69f9ac494bba6e31b78f
Author: Luca Capello <luca at pca.it>
Date:   Mon Sep 1 14:09:24 2008 +0200

    zhone-session.init: fix indentation for 'case' statement

diff --git a/zhone-session.init b/zhone-session.init
index b00559b..1e481c8 100644
--- a/zhone-session.init
+++ b/zhone-session.init
@@ -33,7 +33,7 @@ PIDFILE=${PIDDIR}/${NAME}.pid
 
 
 case "$1" in
-  start)
+    start)
         [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
         start-stop-daemon --start --pidfile ${PIDFILE} --make-pidfile --background --exec ${PROG_XINIT} -- ${PROG_XSESSION} ${PROG_FSO} -- $X_OPTIONS
         [ "$VERBOSE" != no ] && log_end_msg $?

-- 
Debian specific session starter



More information about the pkg-fso-commits mailing list