summaryrefslogtreecommitdiffstats
path: root/pkgdb
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-05-26 01:56:21 +0200
committerJudd Vinet <judd@archlinux.org>2003-05-26 01:56:21 +0200
commitc4e3bd62a57454cfe3b759a4207e5977bc10c1eb (patch)
treed5eaf4bf621805978decab2262819ba6da2c6019 /pkgdb
parent1131750e8972cde558e3d6dc451023f940e66044 (diff)
downloaddbscripts-c4e3bd62a57454cfe3b759a4207e5977bc10c1eb.tar.gz
dbscripts-c4e3bd62a57454cfe3b759a4207e5977bc10c1eb.tar.xz
removed debug settings
Diffstat (limited to 'pkgdb')
-rwxr-xr-xpkgdb6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgdb b/pkgdb
index 1f71162..365e4e3 100755
--- a/pkgdb
+++ b/pkgdb
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Id: pkgdb,v 1.3 2003/05/25 23:51:25 judd Exp $
+# $Id: pkgdb,v 1.4 2003/05/25 23:56:21 judd Exp $
tl=`pwd`
@@ -12,10 +12,6 @@ dbuser='archweb'
dbname='archweb'
dbpass='14xuk0Gi'
-dbuser='arch'
-dbname='arch'
-dbpass='arch'
-
if [ "$repoid" = "" ]; then
me=`basename $0`
echo "usage: $me <repoid>"