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:
Simo Sorce
2007-08-15 19:45:18 -04:00
parent 9faa5ce77e
commit 1e59adbe45
9 changed files with 32 additions and 30 deletions

View File

@@ -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"])