Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2002 12:11:59 -0700
From:      Mike Makonnen <makonnen@pacbell.net>
To:        John Polstra <jdp@polstra.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: rc_ng: amd invocation is still broken
Message-ID:  <20020624121159.6a5c6fd1.makonnen@pacbell.net>
In-Reply-To: <XFMail.20020624105406.jdp@polstra.com>
References:  <XFMail.20020624105406.jdp@polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 24 Jun 2002 10:54:06 -0700 (PDT)
John Polstra <jdp@polstra.com> wrote:

> I updated my -current system yesterday, and AMD still isn't being
> started quite right by rc_ng.  The messages at boot time say:
> 

does the following patch fix it? If so, please commit it.

Cheers,
Mike Makonnen

Index: amd
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/amd,v
retrieving revision 1.4
diff -u -r1.4 amd
--- amd	21 Jun 2002 19:50:01 -0000	1.4
+++ amd	24 Jun 2002 19:10:44 -0000
@@ -17,8 +17,8 @@
 
 case `${CMD_OSTYPE}` in
 FreeBSD)
-	start_cmd="echo 'Starting amd.'; /usr/sbin/${name} &"
 	start_precmd="amd_precmd"
+	command_args="&"
 	;;
 NetBSD)
 	command_args='-p -a '$amd_dir' -F /etc/amd.conf >/var/run/amd.pid'

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020624121159.6a5c6fd1.makonnen>