Don't try to shutdown amd(8) gracefully. It seems to cause problems for
more people than the old (also broken) behavior. This fixes PR bin/36506 and PR bin/38103.
This commit is contained in:
parent
91a508cbf7
commit
5acd6cb052
|
@ -1,12 +1,11 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: amd,v 1.14 2007/04/23 14:27:30 tron Exp $
|
||||
# $NetBSD: amd,v 1.15 2008/02/25 22:12:42 tron Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: amd
|
||||
# REQUIRE: rpcbind mountall ypbind
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
|
||||
$_rc_subr_loaded . /etc/rc.subr
|
||||
|
||||
|
|
Loading…
Reference in New Issue