[Pkg-mailman-hackers] Pkg-mailman commit - rev 585 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sat Dec 27 14:19:52 UTC 2008
Author: thijs
Date: 2008-12-27 14:19:51 +0000 (Sat, 27 Dec 2008)
New Revision: 585
Modified:
trunk/debian/changelog
trunk/debian/mailman.init
Log:
Remove mail-transport-agent from init script deps
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-12-27 14:17:28 UTC (rev 584)
+++ trunk/debian/changelog 2008-12-27 14:19:51 UTC (rev 585)
@@ -7,8 +7,9 @@
continue regardless at their own risk. This unfortunately requires
some extra strings to be translated.
* Update Dutch translation.
+ * Remove mail-transport-agent from init script deps (closes: #508800).
- -- Thijs Kinkhorst <thijs at debian.org> Sat, 27 Dec 2008 15:10:35 +0100
+ -- Thijs Kinkhorst <thijs at debian.org> Sat, 27 Dec 2008 15:18:55 +0100
mailman (1:2.1.11-7) unstable; urgency=low
Modified: trunk/debian/mailman.init
===================================================================
--- trunk/debian/mailman.init 2008-12-27 14:17:28 UTC (rev 584)
+++ trunk/debian/mailman.init 2008-12-27 14:19:51 UTC (rev 585)
@@ -7,8 +7,8 @@
#
### BEGIN INIT INFO
# Provides: mailman-qrunner
-# Required-Start: $syslog mail-transport-agent $local_fs $remote_fs $named $network
-# Required-Stop: $syslog mail-transport-agent $local_fs $remote_fs $named $network
+# Required-Start: $syslog $local_fs $remote_fs $named $network
+# Required-Stop: $syslog $local_fs $remote_fs $named $network
# Should-Start:
# Should-Stop:
# Default-Start: 2 3 4 5
More information about the Pkg-mailman-hackers
mailing list