blob: 187f4d54bea93ad30e174c924dd989a419bdbddc (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh -
#
# $OpenBSD: named.restart.sh,v 1.3 1997/03/12 14:51:59 downsj Exp $
# from named.restart 5.4 (Berkeley) 6/27/89
# $Id: named.restart.sh,v 1.3 1997/03/12 14:51:59 downsj Exp $
#
exec %DESTSBIN%/ndc restart
|