diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-23 15:01:25 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-23 15:01:25 +0000 |
commit | 9d884c041947a6cf35b7a95cee9ec8ae48a51e0c (patch) | |
tree | 7b575d7d3980076f3f146fc9f1332db05c06f474 /etc | |
parent | 51cb729054a98185ef79f26dfa84d0b9f42db7b8 (diff) |
echo on ipmon startup
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |