blob: c0c1bc46b33d3ec9a21f7bc8304f2cf4546d136f (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|