Changeset 2316
- Timestamp:
- Sep 5, 2012, 12:39:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-howto.sh
r2303 r2316 88 88 89 89 # Make sure sendmail isn't installed, replace it with postfix 90 yum shell <<EOF90 yum shell -y <<EOF 91 91 remove sendmail 92 92 install postfix … … 129 129 130 130 # Replace rsyslog with syslog-ng by doing: 131 yum shell <<EOF131 yum shell -y <<EOF 132 132 remove rsyslog 133 133 install syslog-ng … … 136 136 EOF 137 137 systemctl enable syslog-ng.service 138 systemctl start syslog-ng.service 138 139 139 140 # Install the full list of RPMs that users expect to be on the
Note: See TracChangeset
for help on using the changeset viewer.