From owner-freebsd-questions@FreeBSD.ORG Fri May 28 16:11:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9A616A4CE for ; Fri, 28 May 2004 16:11:42 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864BD43D49 for ; Fri, 28 May 2004 16:11:41 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i4SN9rP5038169; Fri, 28 May 2004 19:09:54 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "J.D. Bronson" In-Reply-To: <6.1.1.1.2.20040528180423.00bd1658@cheyenne.wixb.com> References: <6.1.1.1.2.20040528180423.00bd1658@cheyenne.wixb.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tt1tzJOVSbKGdC5W9tgm" Organization: MarcusCom, Inc. Message-Id: <1085785917.3094.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 28 May 2004 19:11:57 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD User Questions List Subject: Re: ramdisk-own on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 23:11:42 -0000 --=-tt1tzJOVSbKGdC5W9tgm Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-05-28 at 19:07, J.D. Bronson wrote: > I have a script which was provided to me (from a PR log) > and its for ramdisk-ownership: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # PROVIDE: ramdisk-own > # REQUIRE: ramdisk mountcritlocal > # BEFORE: SERVERS > # KEYWORD: FreeBSD >=20 > . /etc/rc.subr >=20 > name=3D"ramdisk" > stop_cmd=3D":" > start_cmd=3D"ramdisk_own_start" >=20 > ramdisk_own_start() > { > set -x [snip] >=20 > ...but it does work 100%. Is there any way of 'cleaning' this up so that=20 > one does not see these messages, but that the work is DONE? Remove that "set -x" line. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-tt1tzJOVSbKGdC5W9tgm Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAt8c9b2iPiv4Uz4cRAnX5AJwKNdGw6Cpeu8cOE2oYlqQiVSrCQwCbBX4x NaqUaazUkfERQjZ6hnA/S7g= =fDz6 -----END PGP SIGNATURE----- --=-tt1tzJOVSbKGdC5W9tgm--