Changeset 1677 for branches/fc13-dev/server/doc/install-howto.sh
- Timestamp:
- Sep 27, 2010, 4:45:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc13-dev/server/doc/install-howto.sh
r1676 r1677 36 36 37 37 yum update 38 39 # Get rid of network manager 40 yum remove NetworkManager 38 41 39 42 # Check out the scripts.mit.edu svn repository. Configure svn not to cache … … 84 87 cd /root 85 88 \cp -a etc / 89 chmod 0440 /etc/sudoers 86 90 87 91 # NOTE: You will have just lost DNS resolution and the ability … … 308 312 309 313 # Ensure fcgid isn't broken (should be 755) 310 ls -l /var/run /mod_fcgid314 ls -l /var/run | grep mod_fcgid 311 315 312 316 # Fix etc by making sure none of our config files got overwritten
Note: See TracChangeset
for help on using the changeset viewer.