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. --- docs/netctl.profile.5.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/netctl.profile.5.txt') 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 -- cgit v1.2.3-24-g4f1b