[PC-BSD Commits] r18399 - pcbsd/current/src-sh/pc-adctl/scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Aug 10 20:46:00 PDT 2012
Author: johnh
Date: 2012-08-11 03:46:00 +0000 (Sat, 11 Aug 2012)
New Revision: 18399
Modified:
pcbsd/current/src-sh/pc-adctl/scripts/Makefile
pcbsd/current/src-sh/pc-adctl/scripts/pc-ldap
Log:
Add pc-ldapctl to the Makefile
Modified: pcbsd/current/src-sh/pc-adctl/scripts/Makefile
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/Makefile 2012-08-10 22:56:37 UTC (rev 18398)
+++ pcbsd/current/src-sh/pc-adctl/scripts/Makefile 2012-08-11 03:46:00 UTC (rev 18399)
@@ -1,5 +1,5 @@
FILES=pc-activedirectory pc-kerberos pc-kinit pc-nsswitch pc-pam \
- pc-samba pc-adctl pc-ldap pc-nssldap
+ pc-samba pc-adctl pc-ldap pc-nssldap pc-ldapctl
FILESMODE=0555
FILESDIR=/usr/local/etc/rc.d
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-ldap
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-ldap 2012-08-10 22:56:37 UTC (rev 18398)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-ldap 2012-08-11 03:46:00 UTC (rev 18399)
@@ -27,7 +27,6 @@
return 0
}
-
restore_openldap_conf()
{
local conf="${OPENLDAP_CONF}"
@@ -42,7 +41,6 @@
return 0
}
-
safe_save()
{
local src="${1}"
@@ -65,7 +63,6 @@
return 0
}
-
generate_openldap_conf()
{
local conf="${OPENLDAP_CONF}"
More information about the Commits
mailing list