Make sure ipmon is run after cleaning up in /var. Otherwise,

we would lose it's pid file. Also, cleanup the depencies in
rc.d/cleanvar

PR: bin/53516
This commit is contained in:
Mike Makonnen 2003-07-14 13:02:36 +00:00
parent 007fe4e38a
commit 5a44cde9d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117551
2 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@
#
# PROVIDE: cleanvar
# REQUIRE: adjkerntz mountcritlocal
# BEFORE: netif
# REQUIRE: mountcritlocal
# KEYWORD: FreeBSD
purgedir()

View File

@ -5,7 +5,7 @@
#
# PROVIDE: ipmon
# REQUIRE: mountcritlocal hostname sysctl
# REQUIRE: mountcritlocal hostname sysctl cleanvar
# BEFORE: SERVERS
# KEYWORD: FreeBSD NetBSD