6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/sh -
|
|
#
|
|
# @(#)named.reload 5.1 (Berkeley) 2/8/89
|
|
#
|
|
kill -HUP `cat /usr/etc/inet/named.pid`
|