[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-211-g3f59d82

Michael Meskes meskes at debian.org
Fri Sep 25 10:36:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3f59d827d1e54ce1efcb7e050c57866ccdfaedae
Author: Michael Meskes <meskes at debian.org>
Date:   Fri Sep 25 12:31:36 2009 +0200

    Fixed LSB header in init scripts.

diff --git a/debian/changelog b/debian/changelog
index eb9937a..e3ea515 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ clamav (0.95.2+dfsg-5) UNRELEASED; urgency=low
     - Dutch (closes: #545061)
     - German (closes: #545753)
     - Vietnamese (closes: #548050)
+  * Fixed LSB header information. (Closes: #546450) - thanks to Petter
+    Reinholdtsen <pere at hungry.com>
 
- -- Michael Meskes <meskes at debian.org>  Fri, 25 Sep 2009 12:13:39 +0200
+ -- Michael Meskes <meskes at debian.org>  Fri, 25 Sep 2009 12:32:54 +0200
 
 clamav (0.95.2+dfsg-4) unstable; urgency=low
 
diff --git a/debian/clamav-daemon.init.in b/debian/clamav-daemon.init.in
index c1360d3..0570c07 100644
--- a/debian/clamav-daemon.init.in
+++ b/debian/clamav-daemon.init.in
@@ -7,12 +7,12 @@
 #
 ### BEGIN INIT INFO
 # Provides:          clamav-daemon
-# Required-Start:    $syslog
+# Required-Start:    $remote_fs $syslog
 # Should-Start:      
-# Required-Stop:
+# Required-Stop:     $remote_fs $syslog
 # Should-Stop:       
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 6
+# Default-Stop:      0 1 6
 # Short-Description: ClamAV daemon
 # Description:       Clam AntiVirus userspace daemon
 ### END INIT INFO
diff --git a/debian/clamav-freshclam.init.in b/debian/clamav-freshclam.init.in
index 03bfb6a..cf11d18 100644
--- a/debian/clamav-freshclam.init.in
+++ b/debian/clamav-freshclam.init.in
@@ -2,12 +2,12 @@
 
 ### BEGIN INIT INFO
 # Provides:          clamav-freshclam
-# Required-Start:    $syslog
+# Required-Start:    $remote_fs $syslog
 # Should-Start:      clamav-daemon
-# Required-Stop:
+# Required-Stop:     $remote_fs $syslog
 # Should-Stop:       
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 6
+# Default-Stop:      0 1 6
 # Short-Description: ClamAV virus database updater
 # Description:       Clam AntiVirus virus database updater
 ### END INIT INFO
diff --git a/debian/clamav-milter.init.in b/debian/clamav-milter.init.in
index 02e3bc5..591512e 100644
--- a/debian/clamav-milter.init.in
+++ b/debian/clamav-milter.init.in
@@ -1,12 +1,12 @@
 #!/bin/sh
 ### BEGIN INIT INFO
 # Provides:          clamav-milter
-# Required-Start:    $syslog
+# Required-Start:    $remote_fs $syslog
 # Should-Start:      clamav-daemon
-# Required-Stop:
+# Required-Stop:     $remote_fs $syslog
 # Should-Stop:       
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 6
+# Default-Stop:      0 1 6
 # Short-Description: ClamAV virus milter
 # Description:       Clam AntiVirus milter interface
 ### END INIT INFO

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list