9 lines
220 B
Bash
9 lines
220 B
Bash
|
#!/bin/sh -
|
||
|
#
|
||
|
# $NetBSD: named.restart.sh,v 1.1 1996/02/02 15:30:36 mrg Exp $
|
||
|
# from named.restart 5.4 (Berkeley) 6/27/89
|
||
|
# from: $Id: named.restart.sh,v 8.1 1994/12/15 06:24:14 vixie Exp
|
||
|
#
|
||
|
|
||
|
exec %DESTSBIN%/ndc restart
|