[debian-edu-commits] debian-edu/ 01/02: Adjust ldap-tools/ldap-debian-edu-install to be compliant with systemd.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Thu Jun 2 21:10:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit 0d95a945c7daacd5b303d0fc532ef0d370b2d499
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Thu Jun 2 23:05:10 2016 +0200
Adjust ldap-tools/ldap-debian-edu-install to be compliant with systemd.
---
ldap-tools/ldap-debian-edu-install | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/ldap-tools/ldap-debian-edu-install b/ldap-tools/ldap-debian-edu-install
index 5a9d771..1321d8a 100755
--- a/ldap-tools/ldap-debian-edu-install
+++ b/ldap-tools/ldap-debian-edu-install
@@ -27,14 +27,16 @@ set -e
# there with the placeholder string ,,$SAMBAPWD''
# o Then run these commands from a terminal
#
-# $ /etc/init.d/samba stop
-# $ /etc/init.d/slapd stop
+# $ systemctl stop nmbd.service
+# $ systemctl stop smbd.service
+# $ systemctl stop slapd.service
# $ rm /var/lib/ldap/*
# $ rm -r /var/lib/samba/*
# $ mkdir /var/lib/samba/private
# $ chmod 755 /var/lib/samba/private
-# $ /etc/init.d/slapd start
-# $ /etc/init.d/samba start
+# $ systemctl start slapd.service
+# $ systemctl stop smbd.service
+# $ systemctl stop nmbd.service
# $ rm /etc/krb5kdc/stash
# $ rm /etc/krb5.keyt*
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list