summaryrefslogtreecommitdiffstats
path: root/tests/test37-nis-multi/before.sh
blob: b6c5365228df7da8e5619c30b38d84136627db02 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
echo map list:
$YP maplist example.com
$YP -c maplist example.com
for map in name2mac mac2name ; do
	echo all contents of example.com:"$map":
	$YP -c all example.com $map | LANG=C sort
	echo cat contents of example.com:"$map":
	$YP cat example.com $map | LANG=C sort
done