8 lines
158 B
Bash
8 lines
158 B
Bash
|
#!/bin/sh -
|
||
|
#
|
||
|
# from named.restart 5.4 (Berkeley) 6/27/89
|
||
|
# $Id: named.restart.sh,v 8.1 1994/12/15 06:24:14 vixie Exp $
|
||
|
#
|
||
|
|
||
|
exec %DESTSBIN%/%INDOT%ndc restart
|