summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-07-22 17:11:56 +0000
committerkstailey <kstailey@openbsd.org>1997-07-22 17:11:56 +0000
commit8d33b4660539886c1e806f3e32fc1629e20ffd40 (patch)
tree155679dff8eb16a474f0bf82b7e103aa350e42ac
parentdaemonize if using syslog(3) (diff)
downloadwireguard-openbsd-8d33b4660539886c1e806f3e32fc1629e20ffd40.tar.xz
wireguard-openbsd-8d33b4660539886c1e806f3e32fc1629e20ffd40.zip
now that ipmon daemon(3)s, remove ampersand
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 1155ad798b6..d0b2d9ecc04 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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