aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-07-27 00:00:14 +0200
committerTom Gundersen <teg@jklm.no>2012-07-27 00:12:56 +0200
commit4a84b51830467ee192cd6bddc0857ad08f6e7ae4 (patch)
treed2dcf3d790ba1ca0ee5b6e7c423eeb0308368942 /rc.conf
parent98baa63c2008aa70c9e95f5fe46a79cec87aad31 (diff)
downloadinitscripts-4a84b51830467ee192cd6bddc0857ad08f6e7ae4.tar.xz
man: add ArchLinux(7)
This outlines what files needs to be configured to get a well-behaved system. For now it is extremely terse, but the main point is to work as a check-list, and to point people to the correct manpages to learn more. I'll be happy to take patches to extend this in the future. One might argue that this sholud not be part of initscripts, and we might indeed move it to 'filesystem' or something like that in the future. For the time being I'll keep it here for convenience. Suggested-by: Thomas Bächler <thomas@archlinux.org> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/rc.conf b/rc.conf
index bf6a9e4..597e9a8 100644
--- a/rc.conf
+++ b/rc.conf
@@ -1,11 +1,10 @@
#
-# /etc/rc.conf - Main Configuration for Arch Linux
+# /etc/rc.conf - configuration file for initscripts
#
-# Most of rc.conf has been replaced by hostname(5),
-# vconsole.conf(5), locale.conf(5) and
-# modules-load.d(5).
+# Most of rc.conf has been replaced by various other configuration
+# files. See archrlinux(7) for details.
#
-# For more details see rc.conf(5).
+# For more details on rc.conf see rc.conf(5).
#
DAEMONS=(syslog-ng network crond)