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 3808bdd..fad961d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +echolot (2.0.5-2) unstable; urgency=low + + * Add sendpings command to init script. + + -- Peter Palfrader <weasel@debian.org> Mon, 11 Nov 2002 03:23:21 +0100 + echolot (2.0.5-1) unstable; urgency=low * New upstream version (supports use without user defined mailboxes). diff --git a/debian/echolot.init b/debian/echolot.init index e55cd05..3ee6d0b 100755 --- a/debian/echolot.init +++ b/debian/echolot.init @@ -126,7 +126,7 @@ reload|force-reload|restart) wait_for_deaddaemon $PID $0 start ;; -process|add|delete|set|setremailercaps|deleteremailercaps|getkeyconf|buildstats|buildkeys|buildthesaurus|dumpconf) +process|add|delete|set|setremailercaps|deleteremailercaps|getkeyconf|buildstats|buildkeys|buildthesaurus|sendpings|dumpconf) # Check for right User SU="" if [ "$CHECKUID" -gt "0" ]; then |