Index: head/etc/autofs/Makefile =================================================================== --- head/etc/autofs/Makefile (revision 326251) +++ head/etc/autofs/Makefile (revision 326252) @@ -1,14 +1,15 @@ # $FreeBSD$ FILES= include_ldap \ + include_nis \ include_nis_nullfs \ special_hosts \ special_media \ special_noauto \ special_null NO_OBJ= FILESDIR= /etc/autofs FILESMODE= 755 .include Index: head/etc/autofs/include_nis =================================================================== --- head/etc/autofs/include_nis (nonexistent) +++ head/etc/autofs/include_nis (revision 326252) @@ -0,0 +1,14 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +if [ -n "$2" ]; then + ypmatch $2 $1 + exit 0 +fi + +if [ -n "$1" ]; then + ypcat -k $1 + exit 0 +fi Property changes on: head/etc/autofs/include_nis ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property