From 2d4fa5524c50400f1a8eaebb2110f397e29f2faa Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 13 Aug 2002 00:46:44 +0000 Subject: Use --quiet when starting echolot --- debian/changelog | 5 +++-- debian/echolot.init | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e481a23..1ab11c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ echolot (000.2.0beta26-2) unstable; urgency=low - * Set the mixmaster binary path + * Set the mixmaster binary path. + * Use --quiet when starting echolot. - -- Peter Palfrader Tue, 13 Aug 2002 02:46:03 +0200 + -- Peter Palfrader Tue, 13 Aug 2002 02:46:20 +0200 echolot (000.2.0beta26-1) unstable; urgency=low diff --git a/debian/echolot.init b/debian/echolot.init index ac8ef34..39f39a2 100755 --- a/debian/echolot.init +++ b/debian/echolot.init @@ -103,7 +103,7 @@ start) --quiet \ --pidfile $PIDFILE \ --chuid $USER:$GROUP \ - --exec $DAEMON -- --detach $VERBOSE start + --exec $DAEMON -- --detach $VERBOSE --quiet start echo "$NAME." ;; -- cgit v1.2.3