Uploaded image for project: 'Support'
  1. Support
  2. SUPPORT-69

Migration scripts should probably be installed?

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: OpenDNSSEC 1.4.1
    • Fix Version/s: None
    • Component/s: Enforcer
    • Labels:
      None
    • Environment:

      NetBSD amd64 6.0

      Description

      The database migration scripts should probably be installed, to ease
      the use of binary packages, and not require an unpacked source tree
      in addition to get at the migration scripts. To that end:

      — enforcer/utils/Makefile.am.orig 2012-10-24 10:42:52.000000000 +0000
      +++ enforcer/utils/Makefile.am
      @@ -43,3 +43,9 @@ EXTRA_DIST = $(srcdir)/migrate_*.pl
      EXTRA_DIST += $(srcdir)/migrate_adapters_1.*
      EXTRA_DIST += $(srcdir)/convert_database.pl
      EXTRA_DIST += $(srcdir)/migrate_zone_delete.mysql
      +
      +install-data-local: $(EXTRA_DIST)
      + for f in $(EXTRA_DIST); do \
      + $(INSTALL_DATA) "$$f" $(DESTDIR)$(opendnssecdatadir) \
      + || exit $$?; \
      + done

      Then the documentation at https://wiki.opendnssec.org/display/DOCS/Migrating+from+earlier+versions+of+OpenDNSSEC
      needs a minor tweak.

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              Unassigned
              Reporter:
              he HÃ¥vard Eidnes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: