diff options
author | Judd Vinet <judd@archlinux.org> | 2003-05-26 01:56:21 +0200 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2003-05-26 01:56:21 +0200 |
commit | c4e3bd62a57454cfe3b759a4207e5977bc10c1eb (patch) | |
tree | d5eaf4bf621805978decab2262819ba6da2c6019 /pkgdb | |
parent | 1131750e8972cde558e3d6dc451023f940e66044 (diff) | |
download | dbscripts-c4e3bd62a57454cfe3b759a4207e5977bc10c1eb.tar.gz dbscripts-c4e3bd62a57454cfe3b759a4207e5977bc10c1eb.tar.xz |
removed debug settings
Diffstat (limited to 'pkgdb')
-rwxr-xr-x | pkgdb | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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>" |