Mercurial > noffle
changeset 337:1aa1ed030464 noffle
[svn] cleanup bugfix
author | godisch |
---|---|
date | Tue, 04 Mar 2003 20:40:26 +0000 |
parents | 2893746f56b8 |
children | fa7a42b18bc8 |
files | debian/init |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/init Tue Mar 04 17:27:11 2003 +0000 +++ b/debian/init Tue Mar 04 20:40:26 2003 +0000 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: init 470 2003-03-01 17:40:38Z godisch $ +# $Id: init 473 2003-03-04 20:40:26Z godisch $ PATH=/bin:/usr/bin:/sbin:/usr/sbin @@ -23,9 +23,9 @@ start) echo "Initializing offline news server: noffle." if [ "$NOFFLE_FETCHMODE" = ppp ]; then - $NOFFLE --offline;; + $NOFFLE --offline else - $NOFFLE --online;; + $NOFFLE --online fi ;; stop)