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

X Strike Force X.Org X11 SVN commit: r2154 - trunk/debian/xorg/debian



Author: dnusinow
Date: 2006-05-16 21:31:33 -0400 (Tue, 16 May 2006)
New Revision: 2154

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/x11-common.init
Log:
* Allow ICE socket to be set up in non-verbose mode. Thanks Gilmar Santos Jr
  and Frank Mehnert for the reports and the patches. 
  (closes: #367556, #363427)

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-05-16 21:51:52 UTC (rev 2153)
+++ trunk/debian/xorg/debian/changelog	2006-05-17 01:31:33 UTC (rev 2154)
@@ -9,8 +9,11 @@
     removed. This template also tells people to install the xorg package to
     fix the problem. This is an ugly workaround and I welcome a better
     solution if someone can find it. (closes: #363169)
+  * Allow ICE socket to be set up in non-verbose mode. Thanks Gilmar Santos Jr
+    and Frank Mehnert for the reports and the patches. 
+    (closes: #367556, #363427)
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 14 May 2006 23:34:18 -0400
+ -- David Nusinow <dnusinow@debian.org>  Tue, 16 May 2006 21:28:06 -0400
 
 xorg (1:7.0.18) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/x11-common.init
===================================================================
--- trunk/debian/xorg/debian/x11-common.init	2006-05-16 21:51:52 UTC (rev 2153)
+++ trunk/debian/xorg/debian/x11-common.init	2006-05-17 01:31:33 UTC (rev 2154)
@@ -28,7 +28,7 @@
   chown 0:0 $SOCKET_DIR
   chmod 1777 $SOCKET_DIR
   do_restorecon $SOCKET_DIR
-  [ "$VERBOSE" != no ] && log_end_msg 0 || exit 0
+  [ "$VERBOSE" != no ] && log_end_msg 0 || true
 }
 
 set_up_ice_dir () {
@@ -42,7 +42,7 @@
   chown 0:0 $ICE_DIR
   chmod 1777 $ICE_DIR
   do_restorecon $ICE_DIR
-  [ "$VERBOSE" != no ] && log_end_msg 0 || exit 0
+  [ "$VERBOSE" != no ] && log_end_msg 0 || true
 }
 
 case "$1" in



Reply to: