Index: stable/11/etc/autofs/Makefile =================================================================== --- stable/11/etc/autofs/Makefile (revision 332587) +++ stable/11/etc/autofs/Makefile (revision 332588) @@ -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: stable/11/etc/autofs/include_nis =================================================================== --- stable/11/etc/autofs/include_nis (nonexistent) +++ stable/11/etc/autofs/include_nis (revision 332588) @@ -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: stable/11/etc/autofs/include_nis ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: stable/11 =================================================================== --- stable/11 (revision 332587) +++ stable/11 (revision 332588) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r326252