Author: dnusinow Date: 2006-05-16 22:11:28 -0400 (Tue, 16 May 2006) New Revision: 2156
Modified: trunk/debian/xorg/debian/changelog trunk/debian/xorg/debian/x11-common.init Log: * Add LSB dependency info to x11-common init script. Note that I have no way of testing it but the submitter claims that it's partially tested elsewhere. Thanks Petter Reinholdtsen. (closes: #335348) Modified: trunk/debian/xorg/debian/changelog =================================================================== --- trunk/debian/xorg/debian/changelog 2006-05-17 02:06:35 UTC (rev 2155) +++ trunk/debian/xorg/debian/changelog 2006-05-17 02:11:28 UTC (rev 2156) @@ -13,8 +13,11 @@ and Frank Mehnert for the reports and the patches. (closes: #367556, #363427) * Implement a status call in x11-common's init script for LSB compliance + * Add LSB dependency info to x11-common init script. Note that I have no way + of testing it but the submitter claims that it's partially tested + elsewhere. Thanks Petter Reinholdtsen. (closes: #335348) - -- David Nusinow <[EMAIL PROTECTED]> Tue, 16 May 2006 22:06:57 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 16 May 2006 22:11:04 -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-17 02:06:35 UTC (rev 2155) +++ trunk/debian/xorg/debian/x11-common.init 2006-05-17 02:11:28 UTC (rev 2156) @@ -1,5 +1,14 @@ #!/bin/sh # /etc/init.d/x11-common: set up the X server and ICE socket directories +### BEGIN INIT INFO +# Provides: x11-common +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Should-Start: $named +# Should-Stop: $named +# Default-Start: S +# Default-Stop: +### END INIT INFO set -e -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]