From a31c07778999bc16d91a42f3d7fa5b627daf6f13 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Wed, 13 May 2015 14:46:40 +0800 Subject: [PATCH] Fix sourceforge bug #4621. This removed line was added by the fix of sourceforge bug #4511. But there is no good reason to change the perioids (.) in Debian/Ubuntu package names to colons (:). Since perioids (.) is a valid character in package name of Debian/Ubuntu. Due to Debian Policy Manual Section 3.1, Section 5.6.7 and Section 5.6.1. --- xCAT/postscripts/otherpkgs | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 3c332713a..27c934d8d 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -747,7 +747,6 @@ EOF` fi elif [ $hasapt -eq 1 ]; then #use apt - fn=`echo $fn| tr "." ":"` apt_get_update_if_repos_changed $REPOFILE result=`apt-cache show $fn 2>&1`