aboutsummaryrefslogtreecommitdiff
path: root/netfs
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-11-30 09:23:02 -0600
committerDan McGee <dan@archlinux.org>2008-02-14 19:35:31 -0600
commit7b6fddfb12106c9485a9ceb8fa1876a501d1f181 (patch)
tree1dc5540e7a695141f0c163c094703fdfdc530c9c /netfs
parente3985084056bb80c886ea649674c3da5b906ccab (diff)
downloadinitscripts-7b6fddfb12106c9485a9ceb8fa1876a501d1f181.tar.xz
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 <dan@archlinux.org>
Diffstat (limited to 'netfs')
-rwxr-xr-xnetfs1
1 files changed, 1 insertions, 0 deletions
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