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

X Strike Force SVN commit: rev 387 - trunk/debian



Author: branden
Date: 2003-08-11 02:03:15 -0500 (Mon, 11 Aug 2003)
New Revision: 387

Modified:
   trunk/debian/xserver-common.postinst.in
   trunk/debian/xserver-common.postrm.in
Log:
debian/xserver-common.post{inst,rm}.in: (cosmetic) fix misleading comments


Modified: trunk/debian/xserver-common.postinst.in
==============================================================================
--- trunk/debian/xserver-common.postinst.in	2003-08-11 04:40:36 UTC (rev 386)
+++ trunk/debian/xserver-common.postinst.in	2003-08-11 07:03:15 UTC (rev 387)
@@ -31,7 +31,7 @@
 
 #DEBHELPER#
 
-# register this file as a (potential) handler of the X server wrapper config
+# register this package as a (potential) handler of the X server wrapper config
 # file
 if ! fgrep -qsx "$THIS_PACKAGE" "$XWRAPPER_CONFIG_ROSTER" ]; then
   echo "$THIS_PACKAGE" >> "$XWRAPPER_CONFIG_ROSTER"

Modified: trunk/debian/xserver-common.postrm.in
==============================================================================
--- trunk/debian/xserver-common.postrm.in	2003-08-11 04:40:36 UTC (rev 386)
+++ trunk/debian/xserver-common.postrm.in	2003-08-11 07:03:15 UTC (rev 387)
@@ -28,7 +28,7 @@
 
 # clean up non-conffile configuration files and related materials on purge
 if [ "$1" = "purge" ]; then
-  # de-register this file as a handler of the X server wrapper config file
+  # de-register this package as a handler of the X server wrapper config file
   if [ -e "$XWRAPPER_CONFIG_ROSTER" ]; then
     # check existing roster file for our package name
     if fgrep -qx "$THIS_PACKAGE" "$XWRAPPER_CONFIG_ROSTER"; then



Reply to: