diff options
Diffstat (limited to 'network/ntop/rc.ntop')
-rw-r--r-- | network/ntop/rc.ntop | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/ntop/rc.ntop b/network/ntop/rc.ntop index 441d7dbe4fd6..2d29aac6c6a6 100644 --- a/network/ntop/rc.ntop +++ b/network/ntop/rc.ntop @@ -3,8 +3,8 @@ # /etc/rc.d/rc.ntop : start/stop/restart ntop # usage: ./rc.ntop { start | stop | restart } -# Thanks to andarius <andarius@errantnutron.com> for donating -# time and the various cleanups in the script and the start|stop|restart +# Thanks to andarius <andarius@errantnutron.com> for donating +# time and the various cleanups in the script and the start|stop|restart # functions. NTOPUID=@NTOPUSER@ @@ -43,7 +43,7 @@ ntop_start() { ntop_stop() { echo -n $"Stopping ntop ... " RETVAL=$? - if [ $RETVAL -eq 0 ]; then + if [ $RETVAL -eq 0 ]; then if [ -r /var/run/ntop.pid ]; then killall ntop # Give it some time to die gracefully @@ -60,7 +60,7 @@ ntop_stop() { echo "\nWARNING: ntop did not exit!" sleep 10 else - # Yes there are two spaces as this is the way ntop writes + # Yes there are two spaces as this is the way ntop writes # their logfiles. echo "$DATE EXIT: ntop stopped by user: $USER (UID: $EUID)" >> $NTOPLOG echo "Done" |