summaryrefslogtreecommitdiffstats
path: root/etc/autofs/include_nis
blob: 5289984639a101c63f8803ead82abb7e679d48ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# $FreeBSD$
#

if [ -n "$2" ]; then
	ypmatch $2 $1
	exit 0
fi

if [ -n "$1" ]; then
	ypcat -k $1
	exit 0
fi
OpenPOWER on IntegriCloud