From 197a444b437c9ea8956ed644c7224c437f0fd7c0 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 28 May 2008 18:51:33 +0000 Subject: [PATCH] remove obsolete authenticate keyword git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1512 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/setupntp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT/postscripts/setupntp b/xCAT/postscripts/setupntp index 9d6a502d2..4c1e3cf71 100755 --- a/xCAT/postscripts/setupntp +++ b/xCAT/postscripts/setupntp @@ -47,8 +47,7 @@ mkdir -p /var/lib/ntp chown ntp /var/lib/ntp echo "driftfile /var/lib/ntp/drift -restrict 127.0.0.1 -authenticate no" >>$conf_file +restrict 127.0.0.1" >>$conf_file #service ntpd restart service ntpd stop