Changeset 2230 for branches/fc17-dev


Ignore:
Timestamp:
Jun 10, 2012, 6:39:39 PM (12 years ago)
Author:
ezyang
Message:
Update instructions for F17.
Location:
branches/fc17-dev/server/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/fc17-dev/server/doc/install-howto.sh

    r2225 r2230  
    341341    cat install-ldap
    342342
    343 # Enable lots of services
     343# Enable lots of services (currently in /etc checkout)
    344344    systemctl enable openafs-client.service
    345345    systemctl enable dirsrv.service
     
    347347    systemctl enable nscd.service
    348348    systemctl enable postfix.service
    349     systemctl enable nrpe.service
     349    systemctl enable nrpe.service # chkconfig'd
    350350    systemctl enable httpd.service # not for [WIZARD]
    351351
  • branches/fc17-dev/server/doc/install-ldap

    r2068 r2230  
    1717rm -Rf /etc/dirsrv/slapd-scripts.bak
    1818
     19# Check and make sure the sysconfig references the correct keytab
     20/etc/sysconfig/dirsrv-scripts
     21
    1922# Turn dirsrv off:
    20 systemctl stop dirsrv.service
     23systemctl stop dirsrv@scripts.service
    2124
    2225# Apply the following configuration changes.  If you're editing
     
    5255EOF;
    5356
    54 systemctl start dirsrv.service
     57systemctl start dirsrv@scripts.service
    5558
    5659ldapvi -b cn=config
Note: See TracChangeset for help on using the changeset viewer.