From c8056b5a90ba2ef5351d9ccc3ffecee3f50211eb Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 8 Apr 2008 00:49:08 -0400 Subject: Fix "unknown" category handling More minor fixes for my previous SVN commits Now with less password Signed-off-by: Aaron Griffin --- pkgdb1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgdb1') diff --git a/pkgdb1 b/pkgdb1 index a421007..72dc3ac 100755 --- a/pkgdb1 +++ b/pkgdb1 @@ -15,8 +15,8 @@ getpkgname() { STAGEDIR=$(pwd) #This is our "unknown" category. We will have to do something about this later. -# It is a stop-gap -CATEGORY=25 +# It is a stop-gap. We will insert new packages in this way +CATEGORY="unknown" SVNCO=$1 REPOTAG=$2 -- cgit v1.2.3-24-g4f1b