[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Applications/CPAN missing from standard GROUPS



Hi,

With a simple script I wrote I verified all my SPEC files to match the 
authoritative list of Group entries that came with the rpm package.

	for i in *.spec; do 
		group=$(grep Group: $i | sed -e 's|Group: ||');
		if ! grep -q "$group" /usr/share/doc/rpm-4.2/GROUPS; then 
			echo $i - $group; 
		fi; 
	done

I noticed that one Group Red Hat uses too, is missing from that file, 
namely Applications/CPAN. Could that be added ?

Thanks in advance,
--   dag wieers,  dag@wieers.com,  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]