From 52459f6a9a6792f5048eb352a05d04b00990a09a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 25 Apr 2005 00:14:02 +0000 Subject: debian: Redirect init script output to /dev/null in logrotate --- NEWS | 3 +++ debian/changelog | 7 +++++++ debian/echolot.logrotate | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 64b3b51..b159ec5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Changes in version 2.1.8 - 2005-04-25 + * debian: Redirect init script output to /dev/null in logrotate + Changes in version 2.1.7 - 2004-11-15 * debian: Add disable and enable to allowed commands in init script diff --git a/debian/changelog b/debian/changelog index 7b1bc31..1515808 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +echolot (2.1.8-1) unstable; urgency=low + + * New upstream version: + - redirect init script output to /dev/null in logrotate. + + -- Peter Palfrader Mon, 25 Apr 2005 02:13:29 +0200 + echolot (2.1.7-1) unstable; urgency=low * New upstream version: diff --git a/debian/echolot.logrotate b/debian/echolot.logrotate index 0397e16..dd105d6 100644 --- a/debian/echolot.logrotate +++ b/debian/echolot.logrotate @@ -5,7 +5,7 @@ missingok notifempty postrotate - /etc/init.d/echolot process + /etc/init.d/echolot process > /dev/null endscript create 640 echolot adm } -- cgit v1.2.3