Home | History | Annotate | Line # | Download | only in inline
      1  1.1.1.10  christos #!/bin/sh
      2  1.1.1.10  christos 
      3       1.1  christos # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
      4       1.1  christos #
      5   1.1.1.9  christos # SPDX-License-Identifier: MPL-2.0
      6   1.1.1.9  christos #
      7       1.1  christos # This Source Code Form is subject to the terms of the Mozilla Public
      8   1.1.1.9  christos # License, v. 2.0.  If a copy of the MPL was not distributed with this
      9   1.1.1.7  christos # file, you can obtain one at https://mozilla.org/MPL/2.0/.
     10       1.1  christos #
     11       1.1  christos # See the COPYRIGHT file distributed with this work for additional
     12       1.1  christos # information regarding copyright ownership.
     13       1.1  christos 
     14  1.1.1.11  christos . ../conf.sh
     15       1.1  christos 
     16       1.1  christos cp ns1/root.db.in ns1/root.db
     17       1.1  christos 
     18       1.1  christos touch ns2/trusted.conf
     19   1.1.1.3  christos cp ns2/nsec3-loop.db.in ns2/nsec3-loop.db
     20       1.1  christos cp ns2/bits.db.in ns2/bits.db
     21       1.1  christos cp ns2/bits.db.in ns2/nokeys.db
     22       1.1  christos cp ns2/bits.db.in ns2/removedkeys-secondary.db
     23       1.1  christos cp ns2/bits.db.in ns2/retransfer.db
     24       1.1  christos 
     25  1.1.1.11  christos cp ns3/primary.db.in ns3/primary.db
     26  1.1.1.11  christos cp ns3/primary.db.in ns3/dynamic.db
     27  1.1.1.11  christos cp ns3/primary.db.in ns3/updated.db
     28  1.1.1.11  christos cp ns3/primary.db.in ns3/unsupported.db
     29  1.1.1.11  christos cp ns3/primary.db.in ns3/expired.db
     30  1.1.1.11  christos cp ns3/primary.db.in ns3/nsec3.db
     31  1.1.1.11  christos cp ns3/primary.db.in ns3/externalkey.db
     32  1.1.1.11  christos cp ns3/primary.db.in ns3/delayedkeys.db
     33  1.1.1.11  christos cp ns3/primary.db.in ns3/removedkeys-primary.db
     34   1.1.1.8  christos cp ns3/include.db.in ns3/include.db
     35       1.1  christos 
     36       1.1  christos mkdir ns3/removedkeys
     37       1.1  christos 
     38       1.1  christos touch ns4/trusted.conf
     39       1.1  christos cp ns4/noixfr.db.in ns4/noixfr.db
     40       1.1  christos 
     41  1.1.1.12  christos cp ns3/delayedkeys.conf.1 ns3/delayedkeys.conf
     42       1.1  christos 
     43  1.1.1.11  christos (
     44  1.1.1.11  christos   cd ns3
     45  1.1.1.11  christos   $SHELL -e sign.sh
     46  1.1.1.11  christos )
     47  1.1.1.11  christos (
     48  1.1.1.11  christos   cd ns1
     49  1.1.1.11  christos   $SHELL -e sign.sh
     50  1.1.1.11  christos )
     51  1.1.1.11  christos (
     52  1.1.1.11  christos   cd ns7
     53  1.1.1.11  christos   $SHELL -e sign.sh
     54  1.1.1.11  christos )
     55  1.1.1.11  christos (
     56  1.1.1.11  christos   cd ns8
     57  1.1.1.11  christos   $SHELL -e sign.sh
     58  1.1.1.11  christos )
     59