aboutsummaryrefslogtreecommitdiff
path: root/rc.conf.5.txt
AgeCommit message (Collapse)AuthorFiles
2012-02-24Update the rc.conf manpage for kmodJonathan Frazier1
kmod has a modprobe.d man page not modprobe.conf Signed-off-by: Jonathan Frazier <eyeswide@gmail.com>
2012-01-21man: fix typoChristoph Vigano1
Hello, in the manpage of rc.conf there was a typo that I fixed with this patch. Greetings, Christoph Vigano
2012-01-18udev: don't override settle timeoutTom Gundersen1
The Arch default was 30 but upstream default was 120. This caused problems when udev-177-3 introduced a 30 second timeout for broken kernel drivers. We don't want to do this kind of fiddling in initscripts, if there is a need for overriding the timeout this should be added upstream to udev.conf. My feeling is that this is a bad idea, as there are now at least three different kinds of timeouts at play in udev, and if they are set to something incompatible it will cause unneccesary problems. Signed-off-by: Tom Gundersen <teg@jklm.no>
2012-01-11rc.conf: waste less space and unset hostname by defaultTom Gundersen1
Partially-requested-by: Dieter Plaetinck <dieter@plaetinck.be> Signed-off-by: Tom Gundersen <teg@jklm.no>
2012-01-10man: fix name of adjtime fileTom Gundersen1
Reported-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-31man: minor fixups2012.01.1Tom Gundersen1
Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-31rc.conf: default DAEMON_LOCALE to 'yes'Tom Gundersen1
When doing the manpages, this made more sense to me, so change the default. Also, this is apparently what other distros have been doing... Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-31man: minor fixes and typesettingTom Gundersen1
This attempts to unify the look of the man pages. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-28man: updated rc.conf(5)Tom Gundersen1
Fixed defaults, mentioned precedence and minor issues. Still need to sort out the formatting, which is a bit of a trainwreck. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-26clarify NETWORKS a bit moreDieter Plaetinck1
[tomegun: remove the Default line as it is not used any more.] Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-26rc.conf: move most of the comments from the standard file to the manpageTom Gundersen1
Having the documentation in the config file means users have to merge the config file every time we update the documentation. Also, repeating the documentation in two places means it will eventually go out of sync. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-26tweaked the default rc.conf a bitTom Gundersen1
Many env vars in rc.conf can stay unset in most cases, make this clear by keeping them empty by default and recommend keeping them like that if possible. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-26Add manpage(5) for rc.confDieter Plaetinck1
[tomegun: fixed whitespace error] Signed-off-by: Tom Gundersen <teg@jklm.no>