diff options
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 |