debian/changelog | 7 +++++++ debian/xfs.init | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit de8b1e68cb8d1b20975e31b05bc5c333005455b5 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Mon Mar 10 08:29:51 2008 +0100 Fix LSB header in xfs.init: don't stop in the S runlevel. diff --git a/debian/changelog b/debian/changelog index 0984a2d..c48bb5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xfs (1:1.0.5-3) UNRELEASED; urgency=low + + * Fix LSB header in xfs.init: don't stop in the S runlevel. Thanks, Petter + Reinholdtsen (closes: #470113). + + -- Brice Goglin <[EMAIL PROTECTED]> Mon, 10 Mar 2008 08:29:30 +0100 + xfs (1:1.0.5-2) unstable; urgency=low * Run autoreconf, which was forgotten for 1:1.0.5-1. diff --git a/debian/xfs.init b/debian/xfs.init index 172b8ff..813fe6d 100644 --- a/debian/xfs.init +++ b/debian/xfs.init @@ -26,7 +26,7 @@ # Should-Start: $network # Should-Stop: $network # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 ### END INIT INFO set -e -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]