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:
>
> =============================================================
> # PROVIDE: ramdisk-own
> # REQUIRE: ramdisk mountcritlocal
> # BEFORE: SERVERS
> # KEYWORD: FreeBSD
>
> . /etc/rc.subr
>
> name="ramdisk"
> stop_cmd=":"
> start_cmd="ramdisk_own_start"
>
> ramdisk_own_start()
> {
> set -x[snip] > > ...but it does work 100%. Is there any way of 'cleaning' this up so that > one does not see these messages, but that the work is DONE? Remove that "set -x" line. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc
signature.asc
Description: This is a digitally signed message part
