summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 3a7f3c3..8120baf 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -23,9 +23,9 @@ For more options, see ''netcfg help''
## Start a specific list of profiles on boot
-net-profiles allows you to start some profiles on boot. Specify the profiles you want netcfg to start in the NETWORKS line in /etc/rc.conf. For example:
+net-profiles allows you to start some profiles on boot. Specify the profiles you want netcfg to start (in this order) in the NETWORKS line in /etc/conf.d/netcfg. Prefix a profile with a @ to start it in the background. For example:
- NETWORKS=(home mywireless)
+ NETWORKS=(@adsl @mywireless lan)
To run on boot, add 'net-profiles' to your DAEMONS line.