Home | History | Annotate | Download | only in openssh

Lines Matching refs:piddir

632 piddir
18599 piddir=/var/run
18601 if test ! -d $piddir ; then
18602 piddir=`eval echo ${sysconfdir}`
18603 case $piddir in
18604 NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
18614 piddir=$withval
18615 if test ! -d $piddir ; then
18616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ** no $piddir directory on this system **" >&5
18617 $as_echo "$as_me: WARNING: ** no $piddir directory on this system **" >&2;}
18627 #define _PATH_SSH_PIDDIR "$piddir"
20357 G=`eval echo ${piddir}` ; G=`eval echo ${G}`