diff --git a/src/etc/netstart b/src/etc/netstart index 13677715..7bcc3e9c 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.80 2001/07/06 05:44:40 angelos Exp $ +# $OpenBSD: netstart,v 1.81 2001/07/06 05:53:17 angelos Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -16,6 +16,9 @@ isalphanumeric() { return 0 } +# Re-read /etc/rc.conf +. /etc/rc.conf + # /etc/myname contains my symbolic name # hostname=`cat /etc/myname`