summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/rsyslog.init3
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 7eac7d7..9f77b1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rsyslog (2.0.1-1) unstable; urgency=low
+
+ * New upstream bug fix release.
+
+ -- Michael Biebl <biebl@debian.org> Thu, 24 Jan 2008 18:35:20 +0100
+
rsyslog (2.0.0-2) unstable; urgency=low
* debian/rsyslog.init
diff --git a/debian/rsyslog.init b/debian/rsyslog.init
index cf7eb91..c7c08fa 100644
--- a/debian/rsyslog.init
+++ b/debian/rsyslog.init
@@ -81,7 +81,6 @@ do_stop()
# other if a failure occurred
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
RETVAL="$?"
- #rm -f $PIDFILE
return "$RETVAL"
}
@@ -109,7 +108,6 @@ case "$1" in
create_xconsole
do_start "$RSYSLOGD_BIN" "$RSYSLOGD_OPTIONS" "$RSYSLOGD_PIDFILE"
case "$?" in
-# 0|1) log_end_msg 0 ;;
2) log_end_msg 1 ;;
esac
@@ -124,7 +122,6 @@ case "$1" in
log_daemon_msg "Stopping $DESC" "$RKLOGD"
do_stop "$RKLOGD" "$RKLOGD_PIDFILE"
case "$?" in
-# 0|1) log_end_msg 0 ;;
2) log_end_msg 1 ;;
esac
log_progress_msg "$RSYSLOGD"