From 5363b9d024a352ae6364409a93b14a725706d960 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 16 May 2008 11:11:59 +0000 Subject: [PATCH] put back mkdir of /var/log/consoles git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1422 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCATsn/xCATsn.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 7aede12f3..7e453ec80 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -45,7 +45,8 @@ cp LICENSE.html $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT %post if [ "$1" = "1" ]; then #Only if installing for the first time.. - +# so conserver will start + mkdir -p /var/log/consoles # makes it a service node touch /etc/xCATSN