svn commit: r253853 - head/etc
Jeremie Le Hen
jlh at FreeBSD.org
Thu Aug 1 05:50:43 UTC 2013
Author: jlh
Date: Thu Aug 1 05:50:42 2013
New Revision: 253853
URL: http://svnweb.freebsd.org/changeset/base/253853
Log:
Include /usr/local/etc/libmap.d/ by default.
PR: 180568
Reviewed by: bapt
Obtained from: kib
MFC after: 3 days
Added:
head/etc/libmap.conf (contents, props changed)
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile Thu Aug 1 04:50:46 2013 (r253852)
+++ head/etc/Makefile Thu Aug 1 05:50:42 2013 (r253853)
@@ -22,6 +22,7 @@ BIN1= crontab \
hosts.equiv \
inetd.conf \
libalias.conf \
+ libmap.conf \
login.access \
login.conf \
mac.conf \
Added: head/etc/libmap.conf
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/etc/libmap.conf Thu Aug 1 05:50:42 2013 (r253853)
@@ -0,0 +1,2 @@
+# $FreeBSD$
+includedir /usr/local/etc/libmap.d
More information about the svn-src-all
mailing list