diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-11-12 01:07:05 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-11-12 01:07:05 +0000 |
commit | a5a75de615b8e131c4be7f3f12c2b293fa997ae3 (patch) | |
tree | 2f563fce83ce5867ceb754da6028ac768f4e2249 /debian/rules | |
parent | 99759fe3d2276a250881acbe5390ca00409dd346 (diff) |
Have Echolot disabled by default in /etc/default/echolot.
Add some more comments to README.Debian.
Also process pending commands upon pingd startup.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 1aedc2f..e88d42b 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,7 @@ install: build tar c --exclude CVS --exclude .cvsignore templates | tar xv -C $(CURDIR)/debian/echolot/etc/echolot install -m 755 pingd $(CURDIR)/debian/echolot/usr/bin/ install -m 644 debian/pingd.conf $(CURDIR)/debian/echolot/etc/echolot + install -m 644 debian/echolot.default $(CURDIR)/debian/echolot/etc/default/echolot binary-indep: build install |