summaryrefslogtreecommitdiffstats
path: root/docs/netctl.special.7.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.special.7.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.special.7.txt')
-rw-r--r--docs/netctl.special.7.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/netctl.special.7.txt b/docs/netctl.special.7.txt
index eabb4d3..6e80d7d 100644
--- a/docs/netctl.special.7.txt
+++ b/docs/netctl.special.7.txt
@@ -26,8 +26,8 @@ netctl.service::
a profile binds to might not be available yet, when netctl.service
tries to bring a profile up. A simple, hackish, solution is to do:
--------------------------------------------------------------------
-echo "[[ -t 0 ]] || sleep 3" > /etc/network.d/interfaces/<interface>
-chmod 755 /etc/network.d/interfaces/<interface>
+echo "[[ -t 0 ]] || sleep 3" > /etc/netctl/interfaces/<interface>
+chmod 755 /etc/netctl/interfaces/<interface>
--------------------------------------------------------------------
A more concise solution is to first enable a profile through netctl
and then disable it again through systemctl: