7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/bin/sh -
|
|
#
|
|
# @(#)named.restart 5.2 (Berkeley) 2/5/89
|
|
#
|
|
kill -9 `cat /usr/etc/inet/named.pid`
|
|
/usr/etc/inet/named
|