mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
in F7 all directory names have changed from fedora-ds to dirsrv
which should also be the name used in DS 8.0, change all occurences
This commit is contained in:
@@ -123,7 +123,7 @@ def main():
|
||||
run(["/sbin/chkconfig", "httpd", "on"])
|
||||
|
||||
# Set fedora-ds to start on boot
|
||||
run(["/sbin/chkconfig", "fedora-ds", "on"])
|
||||
run(["/sbin/chkconfig", "dirsrv", "on"])
|
||||
|
||||
# Set the KDC to start on boot
|
||||
run(["/sbin/chkconfig", "krb5kdc", "on"])
|
||||
|
||||
Reference in New Issue
Block a user