repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc80: Adjust search paths for base compiler layout.
[dragonfly.git]
/
etc
/
autofs
/
include_nis
blob
5289984639a101c63f8803ead82abb7e679d48ab
1
#!/bin/sh
2
#
3
# $FreeBSD$
4
#
5
6
if
[
-n
"
$2
"
];
then
7
ypmatch
$2 $1
8
exit
0
9
fi
10
11
if
[
-n
"
$1
"
];
then
12
ypcat
-k
$1
13
exit
0
14
fi