Home | History | Annotate | Line # | Download | only in inline
setup.sh revision 1.1.1.4
      1 # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
      2 #
      3 # This Source Code Form is subject to the terms of the Mozilla Public
      4 # License, v. 2.0. If a copy of the MPL was not distributed with this
      5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6 #
      7 # See the COPYRIGHT file distributed with this work for additional
      8 # information regarding copyright ownership.
      9 
     10 SYSTEMTESTTOP=..
     11 . $SYSTEMTESTTOP/conf.sh
     12 
     13 $SHELL clean.sh
     14 
     15 cp ns1/root.db.in ns1/root.db
     16 
     17 touch ns2/trusted.conf
     18 cp ns2/nsec3-loop.db.in ns2/nsec3-loop.db
     19 cp ns2/bits.db.in ns2/bits.db
     20 cp ns2/bits.db.in ns2/inactiveksk.db
     21 cp ns2/bits.db.in ns2/inactivezsk.db
     22 cp ns2/bits.db.in ns2/nokeys.db
     23 cp ns2/bits.db.in ns2/removedkeys-secondary.db
     24 cp ns2/bits.db.in ns2/retransfer.db
     25 cp ns2/bits.db.in ns2/retransfer3.db
     26 
     27 cp ns3/master.db.in ns3/master.db
     28 cp ns3/master.db.in ns3/dynamic.db
     29 cp ns3/master.db.in ns3/updated.db
     30 cp ns3/master.db.in ns3/expired.db
     31 cp ns3/master.db.in ns3/nsec3.db
     32 cp ns3/master.db.in ns3/externalkey.db
     33 cp ns3/master.db.in ns3/delayedkeys.db
     34 cp ns3/master.db.in ns3/removedkeys-primary.db
     35 
     36 mkdir ns3/removedkeys
     37 
     38 touch ns4/trusted.conf
     39 cp ns4/noixfr.db.in ns4/noixfr.db
     40 
     41 copy_setports ns1/named.conf.in ns1/named.conf
     42 copy_setports ns2/named.conf.in ns2/named.conf
     43 copy_setports ns3/named.conf.in ns3/named.conf
     44 copy_setports ns4/named.conf.in ns4/named.conf
     45 copy_setports ns5/named.conf.pre ns5/named.conf
     46 copy_setports ns6/named.conf.in ns6/named.conf
     47 copy_setports ns7/named.conf.in ns7/named.conf
     48 
     49 (cd ns3; $SHELL -e sign.sh)
     50 (cd ns1; $SHELL -e sign.sh)
     51 (cd ns7; $SHELL -e sign.sh)
     52