[PC-BSD Commits] r19321 - in pcbsd/current/src-sh/pc-adctl: . bin scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 17 18:52:56 PDT 2012
Author: johnh
Date: 2012-09-18 01:52:56 +0000 (Tue, 18 Sep 2012)
New Revision: 19321
Added:
pcbsd/current/src-sh/pc-adctl/bin/
pcbsd/current/src-sh/pc-adctl/bin/Makefile
pcbsd/current/src-sh/pc-adctl/bin/pc-adctl
pcbsd/current/src-sh/pc-adctl/bin/pc-ldapctl
Removed:
pcbsd/current/src-sh/pc-adctl/scripts/pc-adctl
pcbsd/current/src-sh/pc-adctl/scripts/pc-ldapctl
Modified:
pcbsd/current/src-sh/pc-adctl/scripts/Makefile
Log:
Move a few things around. pc-adctl and pc-ldapctl shouldn't be in an rc.d directory, it just messes up rcorder on boot.
Index: pcbsd/current/src-sh/pc-adctl/bin/pc-adctl
===================================================================
--- pcbsd/current/src-sh/pc-adctl/bin/pc-adctl 2012-09-17 22:48:24 UTC (rev 19320)
+++ pcbsd/current/src-sh/pc-adctl/bin/pc-adctl 2012-09-18 01:52:56 UTC (rev 19321)
Property changes on: pcbsd/current/src-sh/pc-adctl/bin/pc-adctl
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
Index: pcbsd/current/src-sh/pc-adctl/bin/pc-ldapctl
===================================================================
--- pcbsd/current/src-sh/pc-adctl/bin/pc-ldapctl 2012-09-17 22:48:24 UTC (rev 19320)
+++ pcbsd/current/src-sh/pc-adctl/bin/pc-ldapctl 2012-09-18 01:52:56 UTC (rev 19321)
Property changes on: pcbsd/current/src-sh/pc-adctl/bin/pc-ldapctl
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
Modified: pcbsd/current/src-sh/pc-adctl/scripts/Makefile
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/Makefile 2012-09-17 22:48:24 UTC (rev 19320)
+++ pcbsd/current/src-sh/pc-adctl/scripts/Makefile 2012-09-18 01:52:56 UTC (rev 19321)
@@ -1,5 +1,5 @@
FILES=pc-activedirectory pc-kerberos pc-kinit pc-nsswitch pc-pam \
- pc-samba pc-adctl pc-ldap pc-nssldap pc-ldapctl
+ pc-samba pc-ldap pc-nssldap
FILESMODE=0555
FILESDIR=/usr/local/etc/rc.d
More information about the Commits
mailing list