Added RH5 rsyslog support.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2953 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
529660fe6a
commit
39e1066178
@ -65,7 +65,7 @@ if [[ $NTYPE = service ]]; then
|
||||
fi
|
||||
|
||||
if [[ $OSTYPE = linux* ]]; then
|
||||
if [[ $OSVER = fedora* ]] || [[ -f /etc/fedora-release ]]; then
|
||||
if [[ $OSVER = fedora* ]] || [[ $OSVER = rhels5* ]] || [[ -f /etc/fedora-release ]]; then
|
||||
if [ -e /etc/rsyslog.conf ]; then
|
||||
conf_file="/etc/rsyslog.conf"
|
||||
sysconfig="/etc/sysconfig/rsyslog"
|
||||
|
Loading…
Reference in New Issue
Block a user