summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-05-05 09:53:32 +0000
committermtm <mtm@FreeBSD.org>2003-05-05 09:53:32 +0000
commit92b142beba1232a95361bf1e09ba2d1c13cce83c (patch)
treef62cddb310989ec147217f06dd5597482bb5782f /etc/rc.d
parent392c53b5602bf3e2509d8cca188c3f90be97c36e (diff)
downloadFreeBSD-src-92b142beba1232a95361bf1e09ba2d1c13cce83c.zip
FreeBSD-src-92b142beba1232a95361bf1e09ba2d1c13cce83c.tar.gz
The vi(1) recovery script cannot send mail regarding interrupted
sessions if the mailer is dynamically linked. This happens because on some systems the ldconfig script is run after the vi recovery script. I thought I had already fixed this with revision 1.5 of rc.d/ldconfig, but apparently not. So, in addition I'm making ldconfig a requirement of this script. Approved by: markm (mentor)(implicit) PR: bin/51767
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/virecover2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/virecover b/etc/rc.d/virecover
index 8d61bcd..fbe614e 100755
--- a/etc/rc.d/virecover
+++ b/etc/rc.d/virecover
@@ -5,7 +5,7 @@
#
# PROVIDE: virecover
-# REQUIRE: mountcritremote
+# REQUIRE: mountcritremote ldconfig
# BEFORE: DAEMON
# KEYWORD: FreeBSD NetBSD
#
OpenPOWER on IntegriCloud