From 7b6fddfb12106c9485a9ceb8fa1876a501d1f181 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 30 Nov 2007 09:23:02 -0600 Subject: Remove some bashisms from network, even though we cannot convert it Since netfs and network source rc.conf, we cannot fully convert it to an sh script. However, we can get rid of a few things that are not sh compatible. Signed-off-by: Dan McGee --- netfs | 1 + 1 file changed, 1 insertion(+) (limited to 'netfs') diff --git a/netfs b/netfs index c381594..25db4e1 100755 --- a/netfs +++ b/netfs @@ -1,5 +1,6 @@ #!/bin/bash +# sourcing our current rc.conf requires this to be a bash script . /etc/rc.conf . /etc/rc.d/functions -- cgit v1.2.3