X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=ca7f6bf521cb35de1d8c2ae9df36f2d811d9143a;hb=6f5455a7eb42c0e6586ab1e952b4576fa4374d7f;hp=2b226374cdbb630170e9fe1720eb64477062a585;hpb=684a2828b853422b1700e47139a1d75a872f646d;p=bind9-cn.git diff --git a/debian/postinst b/debian/postinst index 2b22637..ca7f6bf 100755 --- a/debian/postinst +++ b/debian/postinst @@ -5,11 +5,11 @@ set -e [ "$1" = "configure" ] || exit 0 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx -# Load CARNet Tools +# Load CARNET Tools . /usr/share/carnet-tools/functions.sh echo "CN: Making sample configurations in /usr/share/doc/bind9-cn/examples" -echo "CN: Make sure you change them appropriately *before* running Bind9 service!" +echo "CN: Make sure you change them appropriately *before* running bind9 service!" #variables cp_get_ifaddr @@ -22,7 +22,7 @@ CARNET_REV=`echo $CARNET_IPADDR | awk -F. '{ print $3 "." $2 "." $1 ".in-addr.ar SERNO=`date +%Y%m%d01` BROJ=`echo $CARNET_IPADDR | cut -d. -f4` -echo "CN: Generating Bind9 examples in /usr/share/doc/bind9-cn/examples" +echo "CN: Generating bind9 examples in /usr/share/doc/bind9-cn/examples" # make example named.conf.local cat > /usr/share/doc/bind9-cn/examples/named.conf.local <