mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-01-09 01:42:30 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user