| Summary: | /etc/rc.d/virecover in wrong order | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Dominic Mitchell <dom> |
| Component: | bin | Assignee: | Mike Makonnen <mtm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Dominic Mitchell
2003-05-04 23:10:00 UTC
State Changed From-To: open->feedback This should already be fixed in rc.d/ldconfig 1.5. Do you have it? If the problem persists can you send me the output of # rcorder -k FreeBSD -s nostart /etc/rc.d/* Responsible Changed From-To: freebsd-bugs->mtm This should already be fixed in rc.d/ldconfig 1.5. Do you have it? If the problem persists can you send me the output of # rcorder -k FreeBSD -s nostart /etc/rc.d/* On Mon, 5 May 2003 10:27:01 +0100 dom@happygiraffe.net (Dominic Mitchell) wrote: > > I do have it, I'm afraid: > Ok. This should fix it. Index: etc/rc.d/virecover =================================================================== RCS file: /home/ncvs/src/etc/rc.d/virecover,v retrieving revision 1.4 diff -u -r1.4 virecover --- etc/rc.d/virecover 21 Feb 2003 09:37:20 -0000 1.4 +++ etc/rc.d/virecover 5 May 2003 09:43:13 -0000 @@ -5,7 +5,7 @@ # # PROVIDE: virecover -# REQUIRE: mountcritremote +# REQUIRE: mountcritremote ldconfig # BEFORE: DAEMON # KEYWORD: FreeBSD NetBSD # Cheers -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 mtm@FreeBSD.Org| FreeBSD - The Power To Serve On Mon, May 05, 2003 at 05:47:40AM -0400, Mike Makonnen wrote:
> On Mon, 5 May 2003 10:27:01 +0100
> dom@happygiraffe.net (Dominic Mitchell) wrote:
>
> >
> > I do have it, I'm afraid:
> >
>
> Ok. This should fix it.
Many thanks. I shall test it on my next reboot!
-Dom
State Changed From-To: feedback->closed This is fixed now. |