source: genesis/dns/confs/rambo/update.sh@ 4108

Last change on this file since 4108 was 4108, checked in by rick, 20 years ago

More generic

  • Property svn:executable set to *
File size: 375 bytes
Line 
1#!/bin/sh
2
3debug=0;
4
5sh /home/dns_generator/run.sh clean
6sh /home/dns_generator/run.sh gendns
7sh /home/dns_generator/run.sh validate
8if [ $? = 0 ]; then
9 if [ $debug = 0 ]; then
10 cp /home/dns_generator/*.in-addr.arpa /home/dns/master
11 cp /home/dns_generator/*.NET.* /home/dns/master
12 rndc reload
13 fi
14else
15 if [ $debug = 1 ]; then
16 echo "CONFIG ERRORS"
17 fi
18fi
Note: See TracBrowser for help on using the repository browser.