From 94c2073c34a1303e9b3edd72519d52dfd3a37b73 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 17 Sep 2010 06:51:34 +0000 Subject: [PATCH] upate page on sles git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7486 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/web.pm b/xCAT-server/lib/xcat/plugins/web.pm index 17f822817..29e356a46 100644 --- a/xCAT-server/lib/xcat/plugins/web.pm +++ b/xCAT-server/lib/xcat/plugins/web.pm @@ -304,7 +304,7 @@ sub web_update { { $RpmNames =~ s/,/ /g; #create zypper command - $cmd = "zypper -t package -r " . $repository . $RpmNames; + $cmd = "zypper -n -p " . $repository . " update " . $RpmNames; } #redhat else