From a1237fb5b6cc05547a2263a4a12f0bf4711ce013 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 20 Feb 2008 18:45:39 +0000 Subject: [PATCH] Add chkconfig nfs on git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@532 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 19fe9e020..3024a37ba 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -52,8 +52,9 @@ if [ "$1" = "1" ]; then #Only if installing for the first time.. fi if ! grep /install /etc/exports; then echo '/install *(ro,no_root_squash,sync)' >> /etc/exports #SECURITY: this has potential for sharing private host/user keys - service nfs restart fi + service nfs restart + chkconfig nfs on # makes it a service node touch /etc/xCATSN