diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-02-05 18:07:55 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-02-05 18:07:55 +0100 |
commit | 7f1eee3a934efa674daf31ccad206a85cb3ded07 (patch) | |
tree | daf4d038410cf4b56ea6cb6f993c9ce112323252 /src/lib | |
parent | 763f34bf0cc263ba877b1933944f700fc29f3139 (diff) | |
download | netctl-7f1eee3a934efa674daf31ccad206a85cb3ded07.tar.gz netctl-7f1eee3a934efa674daf31ccad206a85cb3ded07.tar.xz |
Move the location for profiles
Old location: /etc/network.d
New location: /etc/netctl
This should ease migration from netcfg and is a better path anyway.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/connections/README | 2 | ||||
-rw-r--r-- | src/lib/globals | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/connections/README b/src/lib/connections/README index 38ef11a..db840d6 100644 --- a/src/lib/connections/README +++ b/src/lib/connections/README @@ -22,7 +22,7 @@ available. The readily sourced files are: /usr/lib/network/network /usr/lib/network/globals - /etc/network.d/<profile> + /etc/netctl/<profile> Here, <profile> is the profile file specifying the desired network configuration. diff --git a/src/lib/globals b/src/lib/globals index 51acb0d..125d04c 100644 --- a/src/lib/globals +++ b/src/lib/globals @@ -1,4 +1,4 @@ -PROFILE_DIR="/etc/network.d" +PROFILE_DIR="/etc/netctl" SUBR_DIR="/usr/lib/network" CONN_DIR="$SUBR_DIR/connections" STATE_DIR="/run/network" |