diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:29:36 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-08-20 13:30:01 +0200 |
commit | 67106550f8a0255ae57a8a35a8ad62e47df07caf (patch) | |
tree | 15c1487b3f9568c250f024054a479b05679de885 /rc.d/net-profiles | |
parent | 1227a80b24c943438757e933bd568ceddd00479b (diff) | |
download | netctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.gz netctl-67106550f8a0255ae57a8a35a8ad62e47df07caf.tar.xz |
Support more options in /etc/conf.d/netcfg (FS#25588)
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'rc.d/net-profiles')
-rwxr-xr-x | rc.d/net-profiles | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/net-profiles b/rc.d/net-profiles index cbaea30..15a1a4c 100755 --- a/rc.d/net-profiles +++ b/rc.d/net-profiles @@ -1,6 +1,7 @@ #!/bin/bash . /usr/lib/network/globals +. /etc/conf.d/netcfg case "$1" in start) |