[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1327 - trunk/debian/local/Xsession.d



Author: branden
Date: 2004-04-28 10:46:17 -0500 (Wed, 28 Apr 2004)
New Revision: 1327

Modified:
   trunk/debian/local/Xsession.d/20xfree86-common_process-args
   trunk/debian/local/Xsession.d/30xfree86-common_xresources
   trunk/debian/local/Xsession.d/50xfree86-common_determine-startup
   trunk/debian/local/Xsession.d/90xfree86-common_ssh-agent
   trunk/debian/local/Xsession.d/99xfree86-common_start
Log:
(cosmetic) Add coments explaining that these files are sourced by the
Xsession shell script, not executed by themselves.

(cosmetic) Add Vim modelines.


Modified: trunk/debian/local/Xsession.d/20xfree86-common_process-args
===================================================================
--- trunk/debian/local/Xsession.d/20xfree86-common_process-args	2004-04-28 15:38:49 UTC (rev 1326)
+++ trunk/debian/local/Xsession.d/20xfree86-common_process-args	2004-04-28 15:46:17 UTC (rev 1327)
@@ -1,5 +1,7 @@
 # $Id$
 
+# This file is sourced by Xsession(5), not executed.
+
 case $# in
   0)
     ;;
@@ -45,3 +47,5 @@
             "session."
     ;;
 esac
+
+# vim:set ai et sts=2 sw=2 tw=80:

Modified: trunk/debian/local/Xsession.d/30xfree86-common_xresources
===================================================================
--- trunk/debian/local/Xsession.d/30xfree86-common_xresources	2004-04-28 15:38:49 UTC (rev 1326)
+++ trunk/debian/local/Xsession.d/30xfree86-common_xresources	2004-04-28 15:46:17 UTC (rev 1327)
@@ -1,5 +1,7 @@
 # $Id$
 
+# This file is sourced by Xsession(5), not executed.
+
 if [ -d "$SYSRESOURCES" ]; then
   RESOURCEFILES=$(run_parts $SYSRESOURCES)
   if [ -n "$RESOURCEFILES" ]; then
@@ -14,3 +16,5 @@
     xrdb -merge $USRRESOURCES
   fi
 fi
+
+# vim:set ai et sts=2 sw=2 tw=80:

Modified: trunk/debian/local/Xsession.d/50xfree86-common_determine-startup
===================================================================
--- trunk/debian/local/Xsession.d/50xfree86-common_determine-startup	2004-04-28 15:38:49 UTC (rev 1326)
+++ trunk/debian/local/Xsession.d/50xfree86-common_determine-startup	2004-04-28 15:46:17 UTC (rev 1327)
@@ -1,5 +1,7 @@
 # $Id$
 
+# This file is sourced by Xsession(5), not executed.
+
 # If no X session startup program was passed to the Xsession script as an
 # argument (e.g., by the display manager), or if that program was not
 # executable, fall back to looking for a user's custom X session script, if
@@ -40,3 +42,5 @@
   errormsg "$ERRMSG no session managers, no window managers, and no terminal" \
            "emulators found; aborting."
 fi
+
+# vim:set ai et sts=2 sw=2 tw=80:

Modified: trunk/debian/local/Xsession.d/90xfree86-common_ssh-agent
===================================================================
--- trunk/debian/local/Xsession.d/90xfree86-common_ssh-agent	2004-04-28 15:38:49 UTC (rev 1326)
+++ trunk/debian/local/Xsession.d/90xfree86-common_ssh-agent	2004-04-28 15:46:17 UTC (rev 1327)
@@ -1,5 +1,7 @@
 # $Id$
 
+# This file is sourced by Xsession(5), not executed.
+
 STARTSSH=
 SSHAGENT=/usr/bin/ssh-agent
 SSHAGENTARGS=
@@ -17,3 +19,5 @@
 if [ -n "$STARTSSH" ]; then
   STARTUP="$SSHAGENT $SSHAGENTARGS $STARTUP"
 fi
+
+# vim:set ai et sts=2 sw=2 tw=80:

Modified: trunk/debian/local/Xsession.d/99xfree86-common_start
===================================================================
--- trunk/debian/local/Xsession.d/99xfree86-common_start	2004-04-28 15:38:49 UTC (rev 1326)
+++ trunk/debian/local/Xsession.d/99xfree86-common_start	2004-04-28 15:46:17 UTC (rev 1327)
@@ -1,3 +1,7 @@
 # $Id$
 
+# This file is sourced by Xsession(5), not executed.
+
 exec $STARTUP
+
+# vim:set ai et sts=2 sw=2 tw=80:



Reply to: