On Mon, Apr 13, 2009 at 11:29:09AM -0700, Rich Burridge wrote:
> I haven't generated a webrev as the fix is trivial:
>
> diff -r be10c00c0f45 src/util/distro-import/gen_os_files.py
> --- a/src/util/distro-import/gen_os_files.py Mon Apr 13 10:05:02 2009
> -0700
> +++ b/src/util/distro-import/gen_os_files.py Mon Apr 13 11:23:34 2009
> -0700
> @@ -199,6 +199,9 @@
>
> self.save_entry(pathname, category, sub_category)
>
> + elif line.startswith("end package"):
> + classification_found = False
> +
> if self.package_name and not classification_found:
> self.save_entry(pathname, None, None)
This is fine with me, Rich.
-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss