From 7f1eee3a934efa674daf31ccad206a85cb3ded07 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 5 Feb 2013 18:07:55 +0100 Subject: 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. --- src/lib/connections/README | 2 +- src/lib/globals | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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/ + /etc/netctl/ Here, 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" -- cgit v1.2.3-24-g4f1b