summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-09-25 14:49:58 +0000
committerPeter Palfrader <peter@palfrader.org>2004-09-25 14:49:58 +0000
commit639cbd489af1de1c5c9f6b4247c49d3a8e31cd60 (patch)
treee9f4806f99ffb6f39d07059fba854ba6f406a6ef /debian
parent1254496fe2e8ffadbc035d4e952cc0978cc5193c (diff)
Add disable and enable to allowed commands in debian's init script
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/echolot.init2
2 files changed, 7 insertions, 1 deletions
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 <weasel@debian.org> 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