Lines Matching refs:cf_wtmp_path
4741 [cf_wtmp_path=$withval],
4742 [cf_wtmp_path=auto])
4743 if test "$cf_wtmp_path" = auto ; then
4744 for cf_wtmp_path in /etc/wtmp /var/adm/wtmp /var/run/wtmp /var/log/wtmp
4746 if test -f ${cf_wtmp_path}x ; then
4747 cf_wtmp_path=${cf_wtmp_path}x
4749 elif test -f $cf_wtmp_path/wtmp ; then
4754 CF_PATH_SYNTAX(cf_wtmp_path)
4756 WTMP_PATH=$cf_wtmp_path
4757 WTMP_NAME=`echo "$cf_wtmp_path" | sed -e 's,^.*/,,'`