Searched refs:etc (Results 1 - 25 of 515) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/openresolv/
H A Dresolvconf.conf4 resolv_conf=/etc/resolv.conf
/freebsd-9.3-release/etc/
H A Dlibmap.conf2 includedir /usr/local/etc/libmap.d
H A Dnetstart32 # obsoleted by /etc/rc.d/* and is provided here only for user
37 . /etc/rc.subr
42 /etc/rc.d/devd ${_start}
43 /etc/rc.d/hostid ${_start}
44 /etc/rc.d/hostname ${_start}
45 /etc/rc.d/ipmon ${_start}
46 /etc/rc.d/ipfilter ${_start}
47 /etc/rc.d/ipnat ${_start}
48 /etc/rc.d/ipfs ${_start}
49 /etc/r
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dlocal11 . /etc/rc.subr
19 if [ -f /etc/rc.local ]; then
21 . /etc/rc.local
28 if [ -f /etc/rc.shutdown.local ]; then
30 . /etc/rc.shutdown.local
H A Dadjkerntz11 . /etc/rc.subr
H A Dbootparams11 . /etc/rc.subr
15 required_files="/etc/bootparams"
H A Dbsnmpd10 . /etc/rc.subr
H A Dccd9 . /etc/rc.subr
17 if [ -f /etc/ccd.conf ]; then
H A Dftp-proxy10 . /etc/rc.subr
H A Dipxrouted11 . /etc/rc.subr
H A Dmotd10 . /etc/rc.subr
21 # Update kernel info in /etc/motd
26 if [ ! -f /etc/motd ]; then
27 install -c -o root -g wheel -m ${PERMS} /dev/null /etc/motd
30 if [ ! -w /etc/motd ]; then
31 echo ' /etc/motd is not writable, update failed.'
37 awk '{if (NR == 1) {if ($1 == "FreeBSD") {next} else {print "\n"$0}} else {print}}' < /etc/motd >> ${T}
39 cmp -s $T /etc/motd || {
40 cp $T /etc/motd
41 chmod ${PERMS} /etc/mot
[all...]
H A Dmroute6d11 . /etc/rc.subr
H A Dnfscbd10 . /etc/rc.subr
H A Dnfsuserd10 . /etc/rc.subr
H A Dothermta11 . /etc/rc.subr
16 [ "${mta_start_script}" != "/etc/rc.sendmail" ] && \
H A Dpwcheck10 . /etc/rc.subr
20 if [ -f /etc/ptmp ]; then
22 "password file may be incorrect -- /etc/ptmp exists"
H A Drpcbind10 . /etc/rc.subr
H A Drwho11 . /etc/rc.subr
H A Dswap110 . /etc/rc.subr
/freebsd-9.3-release/tools/tools/nanobsd/Files/root/
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-9.3-release/etc/periodic/daily/
H A D330.news11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
19 if [ ! -f /etc/news.expire ]
21 echo '$daily_news_expire_enable is set but /etc/news.expire' \
28 /etc/news.expire && rc=0 || rc=3
H A D400.status-disks8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
22 if [ -s /etc/dumpdates ]; then
23 if ! [ -f /etc/fstab ]; then
/freebsd-9.3-release/tools/tools/nanobsd/rescue/
H A Dcommon63 echo "hostname=\"rescue\"" > etc/rc.conf
64 echo "font8x14=\"iso15-8x14\"" >> etc/rc.conf
65 echo "font8x16=\"iso15-8x16\"" >> etc/rc.conf
66 echo "font8x8=\"iso15-8x8\"" >> etc/rc.conf
67 echo "keymap=\"german.iso\"" >> etc/rc.conf
68 echo "#ifconfig_fxp0=\"AUTO\"" >> etc/rc.conf
69 echo "#sshd_enable=\"YES\"" >> etc/rc.conf
70 echo "/dev/ufs/${NANO_LABEL}s1a / ufs ro,noatime 0 0" > etc/fstab
71 echo "tmpfs /boot/zfs tmpfs rw,size=1048576,mode=777 0 0" >> etc/fstab
72 echo "ports:/usr/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fsta
[all...]
/freebsd-9.3-release/etc/periodic/security/
H A D410.logincheck32 if [ -r /etc/defaults/periodic.conf ]
34 . /etc/defaults/periodic.conf
42 if [ -G /etc/login.conf -a -O /etc/login.conf ]; then
45 echo "Bad ownership of /etc/login.conf"

Completed in 74 milliseconds

1234567891011>>