svn commit: r326251 - head/etc/autofs
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Nov 27 12:46:19 UTC 2017
Author: trasz
Date: Mon Nov 27 12:46:18 2017
New Revision: 326251
URL: https://svnweb.freebsd.org/changeset/base/326251
Log:
Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicate
that this script provides nullfs map rewriting for local mounts.
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Added:
head/etc/autofs/include_nis_nullfs
- copied, changed from r326250, head/etc/autofs/include_nis
Deleted:
head/etc/autofs/include_nis
Modified:
head/etc/autofs/Makefile
Modified: head/etc/autofs/Makefile
==============================================================================
--- head/etc/autofs/Makefile Mon Nov 27 12:44:03 2017 (r326250)
+++ head/etc/autofs/Makefile Mon Nov 27 12:46:18 2017 (r326251)
@@ -1,7 +1,7 @@
# $FreeBSD$
FILES= include_ldap \
- include_nis \
+ include_nis_nullfs \
special_hosts \
special_media \
special_noauto \
Copied and modified: head/etc/autofs/include_nis_nullfs (from r326250, head/etc/autofs/include_nis)
==============================================================================
--- head/etc/autofs/include_nis Mon Nov 27 12:44:03 2017 (r326250, copy source)
+++ head/etc/autofs/include_nis_nullfs Mon Nov 27 12:46:18 2017 (r326251)
@@ -28,14 +28,14 @@
#
#
-# /etc/autofs/include_nis
+# /etc/autofs/include_nis_nullfs
#
# automountd Directory Services script for NIS
#
# SYNOPSIS
-# include_nis <mapname>
+# include_nis_nullfs <mapname>
#
-# include_nis <mapname> <key>
+# include_nis_nullfs <mapname> <key>
#
# DESCRIPTION
#
More information about the svn-src-all
mailing list