wiki:download:nbsd:rc.conf
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| wiki:download:nbsd:rc.conf [2026/08/22 16:47] – Thibault Seguin | wiki:download:nbsd:rc.conf [2026/08/22 16:52] (Version actuelle) – [Fichier /etc/rc.conf plus généraliste] Thibault Seguin | ||
|---|---|---|---|
| Ligne 94: | Ligne 94: | ||
| # | # | ||
| modules=YES ## | modules=YES ## | ||
| + | </ | ||
| + | |||
| + | ===== Fichier / | ||
| + | < | ||
| + | # $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $ | ||
| + | # | ||
| + | # See rc.conf(5) for more information. | ||
| + | # | ||
| + | # Use program=YES to enable program, NO to disable it. program_flags are | ||
| + | # passed to the program on the command line. | ||
| + | # | ||
| + | |||
| + | # Load the defaults in from / | ||
| + | # These can be overridden below. | ||
| + | # | ||
| + | if [ -r / | ||
| + | . / | ||
| + | fi | ||
| + | |||
| + | # If this is not set to YES, the system will drop into single-user mode. | ||
| + | # | ||
| + | rc_configured=YES | ||
| + | |||
| + | # Add local overrides below. | ||
| + | # | ||
| + | #dhcpcd=YES | ||
| + | # | ||
| + | #sshd=YES | ||
| + | #ntpd=YES | ||
| + | # | ||
| + | #mdnsd=YES | ||
| + | #xdm=YES | ||
| + | wscons=YES | ||
| + | ################## | ||
| + | ## Ajouts Perso ## | ||
| + | ################## | ||
| + | |||
| + | hostname=nbsd93x64 # | ||
| + | wscons=YES | ||
| + | moused=YES | ||
| + | |||
| + | ## Interfaces r�seau | ||
| + | dhcpcd=YES # | ||
| + | dhcpcd_flags=" | ||
| + | # | ||
| + | #dhcpcd=YES | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | |||
| + | ## Service r�seau | ||
| + | #ftpd=YES | ||
| + | # | ||
| + | #httpd=YES | ||
| + | #inetd=YES | ||
| + | # | ||
| + | #lpd=YES | ||
| + | ntpd=YES # Activation serveur de temps ntp | ||
| + | ntpdate=YES | ||
| + | #nfsd=YES | ||
| + | #pf=YES | ||
| + | # | ||
| + | # | ||
| + | sshd=YES # Acivation serveur sshd | ||
| + | |||
| + | ## Xorg configuration | ||
| + | #xdm=YES | ||
| + | # | ||
| + | #famd=YES | ||
| + | dbus=YES | ||
| + | #hal=YES | ||
| + | |||
| + | ## Divers | ||
| + | # | ||
| + | #fsck=YES | ||
| </ | </ | ||
wiki/download/nbsd/rc.conf.1787417238.txt.gz · Dernière modification : de Thibault Seguin
