OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ypbind
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd-6.8.2/dhcpcd-hooks/
Makefile
11
50-
ypbind
: 50-
ypbind
.in
15
50-
ypbind
.in > $@
20
rm -f 50-
ypbind
50-yp.conf
1
# Sample dhcpcd hook for
ypbind
6
[ -s /var/run/
ypbind
.pid ] && cat /var/run/
ypbind
.pid
/external/dhcpcd-6.8.2/
configure
1202
printf "Checking for
ypbind
... "
1203
YPBIND
=$(_which
ypbind
)
1204
if [ -n "$
YPBIND
" ]; then
1205
YPHOOK="50-
ypbind
"
1206
if strings "$
YPBIND
" | $GREP -q yp\\.conf; then
1209
elif strings "$
YPBIND
" | $GREP -q \\.ypservers; then
1213
elif strings "$
YPBIND
" | $GREP -q /etc/yp; then
1222
echo "$
YPBIND
($YPHOOK${YPOS:+ }$YPOS)"
Completed in 621 milliseconds