Sven Hartge wrote: > Package: bacula-director-sqlite3 > Version: 3.0.2-1 > Severity: normal > > Hi. > > /etc/bacula/scripts/make_catalog_backup contains wrong code for the > sqlite3 case: > > [...] > if test xsqlite = xsqlite3 ; then > echo ".dump" | ${BINDIR}/sqlite $1.db >$1.sql > [...]
I'm not seeing the problem. That's not the sqlite3 case, is it? Isn't this the sqlite3 case: else echo ".dump" | ${BINDIR}/sqlite3 $1.db >$1.sql fi -- John -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org