diff options
Diffstat (limited to 'docs/netctl.profile.5.txt')
-rw-r--r-- | docs/netctl.profile.5.txt | 18 |
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 |