Searched refs:WHAT_PATH (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssh/contrib/hpux/
H A Dsshd.rc26 WHAT_PATH=/opt/openssh/sbin/sshd
66 if [ "$SSHD_START" -eq 1 -a -x "$WHAT_PATH" ]; then
67 $WHAT_PATH $SSHD_ARGS && echo "$WHAT started"
H A Degd.rc28 WHAT_PATH=/opt/perl/bin/egd.pl
69 if [ "$EGD_START" -eq 1 -a -x $WHAT_PATH ]; then
71 su egd -c "nohup $WHAT_PATH $EGD_ARGS >$EGD_LOG 2>&1" &&

Completed in 164 milliseconds