From 49aad9e6bd477afd6135d4c22a82b842f3fd5af9 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 9 Jul 2013 16:41:25 +0000 Subject: [PATCH] fix 3668 Ubuntu also git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16920 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 22f17fc50..149346d79 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -125,7 +125,7 @@ unless ($pidfile) { #start syslog if it is not up if (xCAT::Utils->isLinux()) { my $init_file="/etc/init.d/syslog"; - if ((-f "/etc/fedora-release") || (-f "/etc/redhat-release")){ + if ((-f "/etc/fedora-release") || (-f "/etc/redhat-release") || (-f "/etc/lsb-release")){ $init_file="/etc/init.d/rsyslog"; } if ( -x $init_file ) {