Browse Source

echo on ipmon startup

OPENBSD_2_2
mickey 27 years ago
parent
commit
d70991b837
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.42 1997/08/19 21:55:14 niklas Exp $
# $OpenBSD: rc,v 1.43 1997/08/23 15:01:24 mickey Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -93,7 +93,7 @@ if [ -f /etc/ifaliases ]; then
fi
if [ X"${ipfilter}" = X"YES" -a X"${ipmon_flags}" != X"NO" ]; then
ipmon ${ipmon_flags}
echo 'starting ipmon'; ipmon ${ipmon_flags}
fi
if [ X"${rfc1323}" = X"NO" ]; then


Loading…
Cancel
Save