Home | History | Annotate | Download | only in defaults

Lines Matching refs:conf

5 CONFIGFILES=	daily.conf monthly.conf npf.boot.conf pkgpath.conf \
6 security.conf weekly.conf
10 # Manage arch-specific rc.conf(5) file
12 FILESNAME_rc_conf= rc.conf
15 # If present, rc.conf.append is added to the end of the default rc.conf file
16 RCCONF_SRCS= ${.CURDIR}/rc.conf
17 .if exists(../etc.${MACHINE}/rc.conf.append)
18 RCCONF_SRCS+= ${.CURDIR}/../etc.${MACHINE}/rc.conf.append