OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WHAT_PATH
(Results
1 - 2
of
2
) sorted by null
/external/openssh/contrib/hpux/
sshd.rc
26
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"
egd.rc
28
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 23 milliseconds