projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Port bind to -ng, and fix the cross_compile patch to detect the right OpenSSL include...
[openwrt/svn-archive/archive.git]
/
net
/
bind
/
files
/
named.init
1
#!/bin/sh
2
3
if
[
-f
/
etc
/
bind
/
named.conf
];
then
4
named
-c
/
etc
/
bind
/
named.conf
5
fi