sh netstart, instead of using .
authorderaadt <deraadt@openbsd.org>
Thu, 17 Jul 2014 15:08:29 +0000 (15:08 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 17 Jul 2014 15:08:29 +0000 (15:08 +0000)
We don't want any of the variables created inside netstart to infect the
rc script.
ok claudio sthen aja

etc/rc

diff --git a/etc/rc b/etc/rc
index 9d38949..f8cb929 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-#      $OpenBSD: rc,v 1.434 2014/07/14 10:10:44 ajacoutot Exp $
+#      $OpenBSD: rc,v 1.435 2014/07/17 15:08:29 deraadt Exp $
 
 # System startup script run by init on autoboot
 # or after single-user.
@@ -375,7 +375,7 @@ if [ X"${pf}" != X"NO" ]; then
        fi
        # bring up pfsync after the working ruleset has been loaded
        if [ -f /etc/hostname.pfsync0 ]; then
-               . /etc/netstart pfsync0
+               sh /etc/netstart pfsync0
        fi
 fi