Add keyword "shutdown" so that this script is really executed on system
shutdown to delete clone interfaces.
This commit is contained in:
parent
60c7c151cc
commit
74efbb051c
|
@ -1,11 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $NetBSD: network,v 1.39 2002/10/05 05:24:40 tron Exp $
|
# $NetBSD: network,v 1.40 2003/01/06 10:11:14 tron Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# PROVIDE: network
|
# PROVIDE: network
|
||||||
# REQUIRE: ipfilter ipsec mountcritlocal root tty sysctl
|
# REQUIRE: ipfilter ipsec mountcritlocal root tty sysctl
|
||||||
# BEFORE: NETWORKING
|
# BEFORE: NETWORKING
|
||||||
|
# KEYWORD: shutdown
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue