From 639cbd489af1de1c5c9f6b4247c49d3a8e31cd60 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 25 Sep 2004 14:49:58 +0000 Subject: Add disable and enable to allowed commands in debian's init script --- NEWS | 4 ++++ debian/changelog | 6 ++++++ debian/echolot.init | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1168a75..87e05dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes in version - + * Add disable and enable to allowed commands in debian's init + script + Changes in version 2.1.6 - 2004-08-07 * Catch a possible use of undefined values in a log trace() call. diff --git a/debian/changelog b/debian/changelog index e0bcaec..481f4da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (2.1.6-2) unstable; urgency=low + + * Add disable and enable to allowed commands in init script. + + -- Peter Palfrader Sat, 25 Sep 2004 16:49:11 +0200 + echolot (2.1.6-1) unstable; urgency=medium * New upstream version, catch one use of an undefined variable in diff --git a/debian/echolot.init b/debian/echolot.init index 2161ace..50fcabc 100755 --- a/debian/echolot.init +++ b/debian/echolot.init @@ -134,7 +134,7 @@ reload|force-reload|restart) wait_for_deaddaemon $PID $0 start ;; -process|add|delete|set|setremailercaps|deleteremailercaps|getkeyconf|sendpings|sendchainpings|buildstats|buildkeys|buildthesaurus|buildfromlines|dumpconf|summary) +process|add|delete|set|setremailercaps|deleteremailercaps|getkeyconf|sendpings|sendchainpings|buildstats|buildkeys|buildthesaurus|buildfromlines|dumpconf|summary|enable|disable) # Check for right User SU="" if [ "$CHECKUID" -gt "0" ]; then -- cgit v1.2.3