summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-11-11 02:25:08 +0000
committerPeter Palfrader <peter@palfrader.org>2002-11-11 02:25:08 +0000
commit99759fe3d2276a250881acbe5390ca00409dd346 (patch)
tree46181e4ec3498bf4a28f0e3f2e7a7e5a0be4fd0a /debian
parent247c5e9776d5ac4e98efb7f730ae1d5068c5ee3e (diff)
Add sendpings command to 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 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