debian/changelog | 4 +++- debian/x11-common.init | 6 ++---- 2 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit d7c0f0341ffc7ee669f78d9c9f10274c20f5564d Author: Brice Goglin <[EMAIL PROTECTED]> Date: Fri Mar 14 19:23:38 2008 +0100 Fix LSB headers in x11-common.init again diff --git a/debian/changelog b/debian/changelog index 00ec7e8..3721cf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ xorg (1:7.3+11) UNRELEASED; urgency=low [ Brice Goglin ] * Remove $named from the Should-Start/Stop LSB dependency info of the x11-common init script, closes: #463630. + * Remove $remote_fs from Required-Start/Stop LSB dependency info of + the x11-common init script, closes: #470940. [ David Nusinow ] * Ship the X server wrapper in xserver-xorg rather than x11-common. This @@ -25,7 +27,7 @@ xorg (1:7.3+11) UNRELEASED; urgency=low * Debconf translations: - Indonesian added. Closes: #469972 - -- David Nusinow <[EMAIL PROTECTED]> Tue, 05 Feb 2008 20:46:12 -0500 + -- Brice Goglin <[EMAIL PROTECTED]> Fri, 14 Mar 2008 19:20:46 +0100 xorg (1:7.3+10) unstable; urgency=low diff --git a/debian/x11-common.init b/debian/x11-common.init index 9c3519a..b475699 100644 --- a/debian/x11-common.init +++ b/debian/x11-common.init @@ -2,10 +2,8 @@ # /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: -# Should-Stop: +# Required-Start: $local_fs +# Required-Stop: $local_fs # Default-Start: S # Default-Stop: ### END INIT INFO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]