atom feed10 messages in org.freebsd.freebsd-currentRe: mtree verification output format
FromSent OnAttachments
Poul-Henning KampOct 2, 2000 2:53 pm 
Garrett WollmanOct 2, 2000 2:57 pm 
Poul-Henning KampOct 2, 2000 2:58 pm 
Greg BlackOct 2, 2000 5:46 pm 
Jon PariseOct 2, 2000 5:54 pm 
Mike SmithOct 2, 2000 5:58 pm 
Greg BlackOct 2, 2000 5:59 pm 
Gerhard SittigOct 3, 2000 1:13 am 
Poul-Henning KampOct 3, 2000 6:21 am 
Gerhard SittigOct 3, 2000 1:08 pm 
Subject:Re: mtree verification output format
From:Gerhard Sittig (Gerh@gmx.net)
Date:Oct 3, 2000 1:13:32 am
List:org.freebsd.freebsd-current

On Mon, Oct 02, 2000 at 23:53 +0200, Poul-Henning Kamp wrote:

I would like to change the outputformat of mtree(8) to be more systematic and machine-readable.

[ ... ]

Before: ------------ rc: size (13134, 13135) cksum (2005920215, 873112433) ttys: cksum (2486739860, 2798556681) extra: bla malloc.conf: permissions (0755, 0777) missing: ./objformat ------------

After: ------------ rc: size (13134, 13135) cksum (2005920215, 873112433) ttys: cksum (2486739860, 2798556681) bla: extra malloc.conf: permissions (0755, 0777) ./objformat: missing ------------

I miss the continuation mark (backslashes at line ends). In case someone wrote parsers / formatters they should still be there. This way you don't change grammar but merely layout for better readability by humans.

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