diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-10-12 12:43:53 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-10-12 12:43:53 +0000 |
commit | 1df738aecc6a438bf02aa0a7a52cba22185cdd8b (patch) | |
tree | 494dc4982fd04f259ae885871954cf3d3a3de3c2 /debian/echolot.init | |
parent | 70b69d7dd4d86e7946e7de847bcce439ed370d89 (diff) |
Use a more correct directory structure
Diffstat (limited to 'debian/echolot.init')
-rwxr-xr-x | debian/echolot.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/echolot.init b/debian/echolot.init index 39f39a2..b5b2d41 100755 --- a/debian/echolot.init +++ b/debian/echolot.init @@ -15,7 +15,7 @@ CHECKULIMIT=1 CHECKUID=1 USER=echolot GROUP=echolot -DAEMON=/usr/lib/echolot/pingd +DAEMON=/usr/bin/pingd DESC="Echolot Ping Daemon" NAME="pingd" test -f $DAEMON || exit 0 |