repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix chdir/fchdir for setuid/setgid binaries
[dragonfly.git]
/
usr.sbin
/
named.restart
/
named.restart.sh
blob
ae188f920d4f2fe7ea5533682697c8298a0e5b52
1
#!/bin/sh -
2
#
3
# $DragonFly: src/usr.sbin/named.restart/named.restart.sh,v 1.4 2004/05/31 17:52:30 dillon Exp $
4
#
5
# RNDC does not support 'restart' yet, so do it using RCNG.
6
7
/
sbin
/
rcrestart named
8