Home | History | Annotate | Download | only in chkconfig

Lines Matching refs:rcfile

194 		rcfile=${i}
205 if [ ! ${rcfile} ]; then
212 if exists ${rcfile} && is_valid ${rcfile}; then
213 display ${rcfile}
216 usage "Invalid rcfile: ${rcfile}"
222 if exists ${rcfile}; then
223 on ${rcfile}
227 if exists ${rcfile}; then
228 off ${rcfile}