diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-22 17:11:57 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-22 17:11:57 +0000 |
commit | ae3bf98d3eeb54b6ccb5e7c21eb41bed4a764112 (patch) | |
tree | 9bf9a7a17f78f29ee5517cf3aa951a09927ed933 | |
parent | 0e48d9308ec10d44f37885f0c74cc805cefee52d (diff) |
now that ipmon daemon(3)s, remove ampersand
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.38 1997/07/22 10:02:47 provos Exp $ +# $OpenBSD: rc,v 1.39 1997/07/22 17:11:56 kstailey 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} & + ipmon ${ipmon_flags} fi if [ X"${rfc1323}" = X"NO" ]; then |