Lines Matching refs:etc
10 $_rc_subr_loaded . /etc/rc.subr
21 if [ ! -e /etc/etc.current ]; then
24 if [ -h /etc/etc.default ]; then
25 def=$(ls -ld /etc/etc.default 2>&1)
26 default="${def##*-> *etc.}"
31 def=$(ls -ld /etc/etc.current 2>&1)
32 default="${def##*-> *etc.}"
36 for i in /etc/etc.*; do
37 name="${i##/etc/etc.}"
53 _DUMMY=/etc/passwd
55 while [ ! -d /etc/etc.$conf/. ]; do
64 if [ ! -d /etc/etc.$conf/. ]; then
75 rm -f /etc/etc.current
76 ln -s etc.$conf /etc/etc.current
81 if [ -f /etc/rc.conf ] ; then
82 . /etc/rc.conf