[PC-BSD Commits] r18241 - pcbsd/current/src-sh/pc-adctl/conf
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 6 10:36:25 PDT 2012
Author: johnh
Date: 2012-08-06 17:36:25 +0000 (Mon, 06 Aug 2012)
New Revision: 18241
Added:
pcbsd/current/src-sh/pc-adctl/conf/pc-ad.conf
pcbsd/current/src-sh/pc-adctl/conf/pc-ldap.conf
Removed:
pcbsd/current/src-sh/pc-adctl/conf/AD.conf
Modified:
pcbsd/current/src-sh/pc-adctl/conf/Makefile
Log:
Add ldap config file example and make naming more consist.
Modified: pcbsd/current/src-sh/pc-adctl/conf/Makefile
===================================================================
--- pcbsd/current/src-sh/pc-adctl/conf/Makefile 2012-08-06 17:25:12 UTC (rev 18240)
+++ pcbsd/current/src-sh/pc-adctl/conf/Makefile 2012-08-06 17:36:25 UTC (rev 18241)
@@ -1,4 +1,4 @@
-FILES=AD.conf
+FILES=pc-ad.conf pc-ldap.conf
FILESMODE=0444
FILESDIR=/usr/local/etc/
More information about the Commits
mailing list