Author: glen                         Date: Sun Jun 10 14:35:49 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- whitespace cleanup; formatting

---- Files affected:
packages/lxdm:
   lxdm.Xsession (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/lxdm/lxdm.Xsession
diff -u packages/lxdm/lxdm.Xsession:1.1 packages/lxdm/lxdm.Xsession:1.2
--- packages/lxdm/lxdm.Xsession:1.1     Sun Aug  1 14:32:42 2010
+++ packages/lxdm/lxdm.Xsession Sun Jun 10 16:35:44 2012
@@ -4,7 +4,7 @@
 if [ "$HAVE_LOGIN_SHELL" != "yes" ]; then
        export HAVE_LOGIN_SHELL=yes
        case $SHELL in
-               */csh|*/tcsh)
+               */csh|*/tcsh)
                # [t]cshrc is always sourced automatically.
                # Note that sourcing csh.login after .cshrc is non-standard.
                exec $SHELL -c "if (-f /etc/csh.login) source /etc/csh.login; 
if (-f ~/.login) source ~/.login; exec $0 $*"
@@ -13,16 +13,16 @@
                exec $SHELL -l $0 $*
        esac
 fi
-unset HAVE_LOGIN_SHELL 
+unset HAVE_LOGIN_SHELL
 
 # Call standard xinit actions
 . /etc/X11/xinit/xinitdefs
 
 case $1 in
-    failsafe)
+failsafe)
        exec xterm -geometry 80x24-0-0
        ;;
-    ""|default)
+""|default)
        # take default action
        if [ -x "$HOME/.Xclients" ]; then
            exec "$HOME/.Xclients"
@@ -30,14 +30,14 @@
            exec /etc/X11/xinit/Xclients
        fi
        ;;
-    custom)
+custom)
        if [ -x "$HOME/.xsession" ]; then
            exec "$HOME/.xsession"
-       else    
+       else
            exec xmessage -center -buttons OK:0 -default OK \
            "Sorry, $HOME/.xsession not found."
        fi
-       ;;      
-    *)
+       ;;
+*)
        exec /etc/X11/xinit/Xclients $1
 esac
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/lxdm/lxdm.Xsession?r1=1.1&r2=1.2

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to