summaryrefslogtreecommitdiffstats
path: root/docs/netctl.profile.5.txt
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-02-05 18:07:55 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-02-05 18:07:55 +0100
commit7f1eee3a934efa674daf31ccad206a85cb3ded07 (patch)
treedaf4d038410cf4b56ea6cb6f993c9ce112323252 /docs/netctl.profile.5.txt
parent763f34bf0cc263ba877b1933944f700fc29f3139 (diff)
downloadnetctl-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 'docs/netctl.profile.5.txt')
-rw-r--r--docs/netctl.profile.5.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/netctl.profile.5.txt b/docs/netctl.profile.5.txt
index 3c0ff30..efd4fb4 100644
--- a/docs/netctl.profile.5.txt
+++ b/docs/netctl.profile.5.txt
@@ -13,18 +13,18 @@ netctl.profile
DESCRIPTION
-----------
-Profiles for netctl live under '/etc/network.d/' and are plain text
-files. The files consist of variable definitions following the bash
-shell syntax and are not expected to execute any code. It is good to
-omit as much quoting as possible. For a few WPA-related variables,
-special quoting rules (see below) apply.
+Profiles for netctl live under '/etc/netctl/' and are plain text files.
+The files consist of variable definitions following the bash shell
+syntax and are not expected to execute any code. It is good to omit as
+much quoting as possible. For a few WPA-related variables, special
+quoting rules (see below) apply.
The name of the profile is the name of the file. Profile names must not
contain newlines and should not end in '.service' or '.conf'. Whenever a
-profile is read, all executable scripts in '/etc/network.d/hooks/' and
-any executable script in '/etc/network.d/interfaces/' with the name of
-the interface for the profile are sourced. For each connection type,
-there are example profile files in '/etc/network.d/examples/'.
+profile is read, all executable scripts in '/etc/netctl/hooks/' and any
+executable script in '/etc/netctl/interfaces/' with the name of the
+interface for the profile are sourced. For each connection type, there
+are example profile files in '/etc/netctl/examples/'.
AVAILABLE CONNECTION TYPES