User: mparent-guest Date: 06/03/28 12:47:00 Modified: debian packages.config Log: Fixed strange mysql crash Revision Changes Path 1.4 +1 -1 musmap/debian/packages.config CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.config?annotate=1.4&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.config?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.config.diff?r1=1.4&r2=1.3&cvsroot= ----------------------------------- Index: packages.config =================================================================== RCS file: /cvsroot/pkg-grass/musmap/debian/packages.config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- packages.config 16 Jan 2006 21:56:58 -0000 1.3 +++ packages.config 28 Mar 2006 12:47:00 -0000 1.4 @@ -70,7 +70,7 @@ dbcreate="$RET" if test $dbcreate = true ; then # [[Warning]] insecure method to send password - DBS=`mysql --host="$dbhost" --user="$dbadminuser" --password="$dbadminpassword" --skip-column-names --no-pager --exec="SHOW DATABASES LIKE '$dbname'"` + DBS=`mysql --host="$dbhost" --user="$dbadminuser" --password="$dbadminpassword" --skip-column-names --skip-pager --exec="SHOW DATABASES LIKE '$dbname'"` if test "$?" != "0"; then db_beginblock db_input medium musmap/dberror || true
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

