summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-04-25 00:14:02 +0000
committerPeter Palfrader <peter@palfrader.org>2005-04-25 00:14:02 +0000
commit52459f6a9a6792f5048eb352a05d04b00990a09a (patch)
tree229fbf7c89d504aca8c7f2ae93642a290f708591
parent527ceed8b30e1b668c34fb5cb16cabe40228818c (diff)
debian: Redirect init script output to /dev/null in logrotate
-rw-r--r--NEWS3
-rw-r--r--debian/changelog7
-rw-r--r--debian/echolot.logrotate2
3 files changed, 11 insertions, 1 deletions
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 <weasel@debian.org> 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
}