8ceba94522
SVN-Revision: 1918
5 lines
82 B
Bash
Executable file
5 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ -f /etc/bind/named.conf ]; then
|
|
named -c /etc/bind/named.conf
|
|
fi
|