Changeset 2316 for trunk


Ignore:
Timestamp:
Sep 5, 2012, 12:39:22 AM (12 years ago)
Author:
adehnert
Message:
Minor updates to the install instructions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/install-howto.sh

    r2303 r2316  
    8888
    8989# Make sure sendmail isn't installed, replace it with postfix
    90     yum shell <<EOF
     90    yum shell -y <<EOF
    9191remove sendmail
    9292install postfix
     
    129129
    130130# Replace rsyslog with syslog-ng by doing:
    131     yum shell <<EOF
     131    yum shell -y <<EOF
    132132remove rsyslog
    133133install syslog-ng
     
    136136EOF
    137137    systemctl enable syslog-ng.service
     138    systemctl start syslog-ng.service
    138139
    139140# Install the full list of RPMs that users expect to be on the
Note: See TracChangeset for help on using the changeset viewer.