Ignore:
Timestamp:
Sep 27, 2010, 4:45:14 PM (14 years ago)
Author:
ezyang
Message:
More updates.
File:
1 edited

Legend:

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

    r1676 r1677  
    3636
    3737    yum update
     38
     39# Get rid of network manager
     40    yum remove NetworkManager
    3841
    3942# Check out the scripts.mit.edu svn repository. Configure svn not to cache
     
    8487    cd /root
    8588    \cp -a etc /
     89    chmod 0440 /etc/sudoers
    8690
    8791# NOTE: You will have just lost DNS resolution and the ability
     
    308312
    309313# Ensure fcgid isn't broken (should be 755)
    310     ls -l /var/run/mod_fcgid
     314    ls -l /var/run | grep mod_fcgid
    311315
    312316# Fix etc by making sure none of our config files got overwritten
Note: See TracChangeset for help on using the changeset viewer.