From ec3162296ede3546936e0e6bb7c449ef10edcc75 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 27 May 2013 05:16:01 +0000 Subject: changed add_dom to not even bother with anything head -c -1 related. should still work. added a comment at the top of dec2hex to suggest a shorter version that should work. added a script for generating zonefiles for bind --- scripts/dec2hex | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/dec2hex') diff --git a/scripts/dec2hex b/scripts/dec2hex index e997b20..9194d01 100755 --- a/scripts/dec2hex +++ b/scripts/dec2hex @@ -1,4 +1,5 @@ #!/bin/sh +# maybe use? not sure if this would break anything. : printf "%02X" $1 ( if [ x"$USE_BC" = x1 ]; then echo -n "obase=16; " -- cgit v1.2.3