diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-30 09:23:02 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-14 19:35:31 -0600 |
commit | 7b6fddfb12106c9485a9ceb8fa1876a501d1f181 (patch) | |
tree | 1dc5540e7a695141f0c163c094703fdfdc530c9c /netfs | |
parent | e3985084056bb80c886ea649674c3da5b906ccab (diff) |
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-x | netfs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |