[Bug 214789] dns/opendnssec2: stray unpackaged source reference in migration scripts.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 23 17:19:58 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214789

            Bug ID: 214789
           Summary: dns/opendnssec2: stray unpackaged source reference in
                    migration scripts.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: peter at FreeBSD.org
                CC: jaap at NLnetLabs.nl
                CC: jaap at NLnetLabs.nl
             Flags: maintainer-feedback?(jaap at NLnetLabs.nl)

In /usr/local/share/doc/opendnssec/1.4-2.0_db_convert:
# grep SCHEMA *
convert_mysql:SCHEMA=../../src/db/schema.mysql
convert_mysql:mysql -u $DB_USR -p$DB_PWD -h $DB_HOST $DB_OUT < $SCHEMA
convert_sqlite:SCHEMA=../../src/db/schema.sqlite
convert_sqlite:sqlite3 $DB_OUT < $SCHEMA 

Obviously these don't work:
convert_sqlite: line 41: ../../src/db/schema.sqlite: No such file or directory

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list