ramdisk-own on 5.2.1

Joe Marcus Clarke marcus at marcuscom.com
Fri May 28 16:11:42 PDT 2004


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040528/c988c2cf/attachment.bin


More information about the freebsd-questions mailing list