Searched refs:PRIVSEP_PATH (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/contrib/aix/
H A Dbuildbff.sh86 for confvar in SSH_PRIVSEP_USER PRIVSEP_PATH
96 if [ -z "$PRIVSEP_PATH" ]
98 PRIVSEP_PATH=/var/empty
229 if [ -d $PRIVSEP_PATH ]
231 echo "PrivSep chroot directory $PRIVSEP_PATH already exists."
233 echo "Creating PrivSep chroot directory $PRIVSEP_PATH."
234 mkdir $PRIVSEP_PATH
235 chown 0 $PRIVSEP_PATH
236 chgrp 0 $PRIVSEP_PATH
237 chmod 755 $PRIVSEP_PATH
[all...]
/macosx-10.10/OpenSSH-189/openssh/contrib/cygwin/
H A DMakefile14 PRIVSEP_PATH=/var/empty macro
31 rm -rf $(DESTDIR)$(PRIVSEP_PATH)
/macosx-10.10/OpenSSH-189/openssh/
H A Dconfigure616 PRIVSEP_PATH
15950 PRIVSEP_PATH=/var/empty
15957 PRIVSEP_PATH=$withval
18435 H=`eval echo ${PRIVSEP_PATH}` ; H=`eval echo ${H}`

Completed in 195 milliseconds