Lines Matching refs:conf
23 local conf=/etc/rtadvd.conf myflags o confdir
37 c) conf="${OPTARG}"
38 case "${conf}" in
40 *) echo "${name}: config file (${conf}) must be" \
49 ${cflag} || test -f "${conf}" && {
50 confdir=$(dirname "${conf}")
51 echo "${name}: copying ${conf} to ${chdir}${conf}"
53 cp "${conf}" "${chdir}${conf}" || return 1