Author: dnusinow Date: 2006-05-16 22:36:29 -0400 (Tue, 16 May 2006) New Revision: 2160
Modified: trunk/debian/xorg/debian/x11-common.init Log: use alternate patch for ICE and socket VERBOSE bug Modified: trunk/debian/xorg/debian/x11-common.init =================================================================== --- trunk/debian/xorg/debian/x11-common.init 2006-05-17 02:34:47 UTC (rev 2159) +++ trunk/debian/xorg/debian/x11-common.init 2006-05-17 02:36:29 UTC (rev 2160) @@ -37,7 +37,7 @@ chown 0:0 $SOCKET_DIR chmod 1777 $SOCKET_DIR do_restorecon $SOCKET_DIR - [ "$VERBOSE" != no ] && log_end_msg 0 || true + [ "$VERBOSE" != no ] && log_end_msg 0 || return 0 } set_up_ice_dir () { @@ -51,7 +51,7 @@ chown 0:0 $ICE_DIR chmod 1777 $ICE_DIR do_restorecon $ICE_DIR - [ "$VERBOSE" != no ] && log_end_msg 0 || true + [ "$VERBOSE" != no ] && log_end_msg 0 || return 0 } do_status () { -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]