summaryrefslogtreecommitdiffstats
path: root/network/snort/rc.snort
diff options
context:
space:
mode:
Diffstat (limited to 'network/snort/rc.snort')
-rw-r--r--network/snort/rc.snort2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/snort/rc.snort b/network/snort/rc.snort
index d91941e822..9aaf410fcf 100644
--- a/network/snort/rc.snort
+++ b/network/snort/rc.snort
@@ -16,7 +16,7 @@ CONF=/etc/snort/snort.conf
# Start snort:
snort_start() {
CMDLINE="/usr/bin/snort -d -D -i $IFACE"
- echo -n "Starting Snort daemon: $CMDLINE"
+ echo "Starting Snort daemon: $CMDLINE"
$CMDLINE --pid-path /var/run --create-pidfile -l $LOGDIR -c $CONF
echo
}