fixed locale bug in wdns
This commit is contained in:
parent
a2264b2e07
commit
6e33560d01
2
wdns
2
wdns
|
@ -1,6 +1,6 @@
|
||||||
#TODO: Make the creation and management of reverse zones easier.
|
#TODO: Make the creation and management of reverse zones easier.
|
||||||
#TODO: Make the 'zones' file easier to manage. Automate creation, editing and removal of entries.
|
#TODO: Make the 'zones' file easier to manage. Automate creation, editing and removal of entries.
|
||||||
RAND=$(cat /dev/urandom|tr -cd "[:alnum:]"|head -c 8)
|
RAND=$(LC_CTYPE=C;cat /dev/urandom|tr -cd "[:alnum:]"|head -c 8)
|
||||||
FILETOEDIT=""
|
FILETOEDIT=""
|
||||||
ORIGDIR="/usr/local/etc/namedb"
|
ORIGDIR="/usr/local/etc/namedb"
|
||||||
SUBDIR=""
|
SUBDIR=""
|
||||||
|
|
Loading…
Reference in New Issue