Wiki Ordunix

Linux, FreeBSD, macOS, Windows et Histoire Informatique

Outils pour utilisateurs

Outils du site


wiki:download:nbsd:rc.conf

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
wiki:download:nbsd:rc.conf [2026/08/22 16:47] Thibault Seguinwiki: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:
 #fail2ban=YES #fail2ban=YES
 modules=YES ## Charger modules au demarrage de NetBSD dans fichier /etc/modules.conf, creer le fichier si il n'existe pas modules=YES ## Charger modules au demarrage de NetBSD dans fichier /etc/modules.conf, creer le fichier si il n'existe pas
 +</file>
 +
 +===== Fichier /etc/rc.conf plus généraliste =====
 +<file>
 +# $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 /etc/defaults/rc.conf (if it's readable).
 +# These can be overridden below.
 +#
 +if [ -r /etc/defaults/rc.conf ]; then
 + . /etc/defaults/rc.conf
 +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
 +#dhcpcd_flags="-qM wm0"
 +#sshd=YES
 +#ntpd=YES
 +#ntpdate=YES
 +#mdnsd=YES
 +#xdm=YES
 +wscons=YES
 +##################
 +## Ajouts Perso ##
 +##################
 +
 +hostname=nbsd93x64 #Nom de l'ordinateur
 +wscons=YES
 +moused=YES
 +
 +## Interfaces r�seau
 +dhcpcd=YES # Autoconfiguration du r�seau par dhcp
 +dhcpcd_flags="-qM wm0"
 +#dhcpcd_flags="-qM urndis0"
 +#dhcpcd=YES
 +#dhcpcd_flags="-qM bge0"
 +#dhcpcd_flags="-qM urtw0"
 +#wpa_supplicant=YES # Activation service wpa wifi
 +#wpa_supplicant_flags="-i urtw0 -c /etc/wpa_supplicant.conf"
 +
 +## Service r�seau
 +#ftpd=YES
 +#hostapd=YES
 +#httpd=YES
 +#inetd=YES
 +#ipfilter=YES
 +#lpd=YES
 +ntpd=YES # Activation serveur de temps ntp
 +ntpdate=YES
 +#nfsd=YES
 +#pf=YES
 +#postfix=YES
 +#rpcbind=YES
 +sshd=YES # Acivation serveur sshd
 +
 +## Xorg configuration
 +#xdm=YES
 +#rpcbind=YES
 +#famd=YES
 +dbus=YES
 +#hal=YES
 +
 +## Divers
 +#bluetooth=YES
 +#fsck=YES
 </file> </file>
wiki/download/nbsd/rc.conf.1787417238.txt.gz · Dernière modification : de Thibault Seguin