diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/echolot.init | 2 |
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 |