mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 14:24:09 +01:00
6b32ec19e9
Note: new program, "ndc", similar to gated's gdc. This provides a superset of named.reload and named.restart.
8 lines
153 B
Bash
8 lines
153 B
Bash
#!/bin/sh -
|
|
#
|
|
# from named.reload 5.2 (Berkeley) 6/27/89
|
|
# $Id: named.reload.sh,v 1.2 1994/09/22 20:45:23 pst Exp $
|
|
#
|
|
|
|
exec %DESTSBIN%/%INDOT%ndc reload
|