9 lines
226 B
Bash
9 lines
226 B
Bash
#!/bin/sh -
|
|
# $NetBSD: named.restart.sh,v 1.3 1997/10/04 15:12:31 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%/%INDOT%ndc restart
|