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/echolot.default | |
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/echolot.default')
-rw-r--r-- | debian/echolot.default | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/echolot.default b/debian/echolot.default new file mode 100644 index 0000000..c0c1bc4 --- /dev/null +++ b/debian/echolot.default @@ -0,0 +1,12 @@ +# Defaults for echolot initscript +# sourced by /etc/init.d/echolot +# installed at /etc/default/echolot + +# +# This is a POSIX shell fragment +# + +VERBOSE=0 + +# Only enable this after you've read /usr/share/doc/echolot/README.Debian +RUN_ECHOLOT=0 |