From b14d3ed517e7ac2ef5f2d916078d10200aee53c4 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 31 Mar 2008 16:17:39 +0000 Subject: [PATCH] touch /etc/xCATMN instead of /etc/xCATMS for Management node git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@948 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 03332e3ee..5268449dd 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -150,8 +150,8 @@ if [ "$1" = "1" ]; then #Only if installing for the fist time.. then rm /tftpboot/pxelinux.cfg/default fi - # make Management Server - touch /etc/xCATMS + # make Management Node + touch /etc/xCATMN # setup syslog if [ ! -r /etc/syslog.conf.XCATORIG ]; then cp /etc/syslog.conf /etc/syslog.conf.XCATORIG