xorg: Changes to 'debian-unstable'
debian/changelog | 7 ++++++-
debian/x11-common.init | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
New commits:
commit 37f74f4e8ecee6a882ab97fe0e6cb5bed77f2a57
Author: Brice Goglin <bgoglin@debian.org>
Date: Fri Feb 1 23:22:37 2008 +0100
Remove $named from the Should-Start/Stop LSB dependency info of the x11-common init script
diff --git a/debian/changelog b/debian/changelog
index e9b1d4b..91a4b23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
xorg (1:7.3+11) UNRELEASED; urgency=low
+ [ David Nusinow ]
* Add radeonhd to the -video-all depends
- -- David Nusinow <dnusinow@debian.org> Tue, 08 Jan 2008 19:03:07 -0500
+ [ Brice Goglin ]
+ * Remove $named from the Should-Start/Stop LSB dependency info of the
+ x11-common init script, closes: #463630.
+
+ -- Brice Goglin <bgoglin@debian.org> Fri, 01 Feb 2008 23:20:50 +0100
xorg (1:7.3+10) unstable; urgency=low
diff --git a/debian/x11-common.init b/debian/x11-common.init
index 1ec7c2d..6e0fefb 100644
--- a/debian/x11-common.init
+++ b/debian/x11-common.init
@@ -4,8 +4,8 @@
# Provides: x11-common
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
-# Should-Start: $named
-# Should-Stop: $named
+# Should-Start:
+# Should-Stop:
# Default-Start: S
# Default-Stop:
### END INIT INFO
Reply to: