[PC-BSD Commits] r18243 - in pcbsd/current/src-sh/pc-adctl: rc scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 6 10:39:51 PDT 2012
Author: johnh
Date: 2012-08-06 17:39:51 +0000 (Mon, 06 Aug 2012)
New Revision: 18243
Added:
pcbsd/current/src-sh/pc-adctl/rc/rc.activedirectory
Removed:
pcbsd/current/src-sh/pc-adctl/rc/rc.AD
Modified:
pcbsd/current/src-sh/pc-adctl/rc/Makefile
pcbsd/current/src-sh/pc-adctl/scripts/pc-activedirectory
pcbsd/current/src-sh/pc-adctl/scripts/pc-adctl
pcbsd/current/src-sh/pc-adctl/scripts/pc-kerberos
pcbsd/current/src-sh/pc-adctl/scripts/pc-kinit
pcbsd/current/src-sh/pc-adctl/scripts/pc-nsswitch
pcbsd/current/src-sh/pc-adctl/scripts/pc-pam
pcbsd/current/src-sh/pc-adctl/scripts/pc-samba
Log:
Rename/rework some files to make things clear.
Modified: pcbsd/current/src-sh/pc-adctl/rc/Makefile
===================================================================
--- pcbsd/current/src-sh/pc-adctl/rc/Makefile 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/rc/Makefile 2012-08-06 17:39:51 UTC (rev 18243)
@@ -1,4 +1,4 @@
-FILES=rc.AD
+FILES=rc.activedirectory
FILESMODE=0444
FILESDIR=/usr/local/etc/
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-activedirectory
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-activedirectory 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-activedirectory 2012-08-06 17:39:51 UTC (rev 18243)
@@ -7,7 +7,7 @@
# REQUIRE: pc-samba pc-kinit
# BEFORE: winbindd
-. /usr/local/etc/rc.AD
+. /usr/local/etc/rc.activedirectory
activedirectory_start()
{
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-adctl
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-adctl 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-adctl 2012-08-06 17:39:51 UTC (rev 18243)
@@ -5,7 +5,7 @@
# PROVIDE: pc-adctl
-. /usr/local/etc/rc.AD
+. /usr/local/etc/rc.activedirectory
adctl_assert()
{
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-kerberos
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-kerberos 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-kerberos 2012-08-06 17:39:51 UTC (rev 18243)
@@ -6,7 +6,7 @@
# PROVIDE: pc-kerberos
# BEFORE: kerberos
-. /usr/local/etc/rc.AD
+. /usr/local/etc/rc.activedirectory
: ${PATH_KRB5_CONFIG:="/etc/krb5.conf"}
: ${KRBCONF:="/usr/local/bin/krbconf"}
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-kinit
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-kinit 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-kinit 2012-08-06 17:39:51 UTC (rev 18243)
@@ -8,7 +8,7 @@
# REQUIRE: pc-samba
# REQUIRE: ntpd
-. /usr/local/etc/rc.AD
+. /usr/local/etc/rc.activedirectory
kerberos_start()
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-nsswitch
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-nsswitch 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-nsswitch 2012-08-06 17:39:51 UTC (rev 18243)
@@ -7,7 +7,7 @@
# REQUIRE: root
# BEFORE: nsswitch
-. /usr/local/etc/rc.AD
+. /usr/local/etc/rc.activedirectory
: ${PATH_NS_CONF:="/etc/nsswitch.conf"}
: ${NSSCONF:="/usr/local/bin/nssconf"}
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-pam
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-pam 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-pam 2012-08-06 17:39:51 UTC (rev 18243)
@@ -8,7 +8,7 @@
# REQUIRE: pc-nsswitch
# BEFORE: NETWORK
-. /usr/local/etc/rc.AD
+. /usr/local/etc/rc.activedirectory
: ${DEFAULT_PAM_SERVICES:="ftp login passwd sshd su telnetd"}
: ${PAMDIR:="/etc/pam.d"}
Modified: pcbsd/current/src-sh/pc-adctl/scripts/pc-samba
===================================================================
--- pcbsd/current/src-sh/pc-adctl/scripts/pc-samba 2012-08-06 17:37:40 UTC (rev 18242)
+++ pcbsd/current/src-sh/pc-adctl/scripts/pc-samba 2012-08-06 17:39:51 UTC (rev 18243)
@@ -8,7 +8,7 @@
# REQUIRE: pc-pam
# BEFORE: smbd
-. /usr/local/etc/rc.AD
+. /usr/local/etc/rc.activedirectory
: ${SMB_CONF:="/usr/local/etc/smb.conf"}
: ${SAMBACONF:="/usr/local/bin/sambaconf"}
More information about the Commits
mailing list