Sorry if this is a dumb question. I've been modifying package manifests using pkgmogrify, and I've noticed just now that if you pkgmogrify a package manifest multiple times, you seem to send up with multiple copies of the CDDL in it. Investigating it further it seems that what ever comments are in the file that contains the transform are copied in to the mogrified manifest. Is this expected behavior?

A simple example is this

$ rm file
$ touch file
$ cat trans/comment
# Some Random Comment

$ pkgmogrify -i -I ./trans file comment
# Some Random Comment

Is there a reason for this? Or should I file a bug?

Thanks

Chris

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to