On 01/11/11 04:47 PM, Alok Aggarwal wrote:

On Tue, 11 Jan 2011, Keith Mitchell wrote:

All,

Can I quickly get a review of my fix for CR 7011707? This P1 bug prevents the install/distribution-constructor package from getting into the install-nightly repo. As the fix is minimal, I've included the diffs inline:

diff -r 9584f27e6a93 usr/src/pkg/manifests/install-distribution-constructor.mf --- a/usr/src/pkg/manifests/install-distribution-constructor.mf Tue Jan 11 09:31:31 2011 -0700 +++ b/usr/src/pkg/manifests/install-distribution-constructor.mf Tue Jan 11 16:32:52 2011 -0800
@@ -27,7 +27,7 @@
    value="Distribution Constructor libraries, commands and data files"
set name=pkg.summary value="distro_const utility"
set name=info.classification \
-    value=org.opensolaris.category.2008:Applications/System Utilities
+    value="org.opensolaris.category.2008:Applications/System Utilities"
set name=variant.arch value=$(ARCH)
set name=variant.opensolaris.zone value=global value=nonglobal

Looks fine but I'm totally confused as to why this was
never a problem before. The quotes around "org.opensolaris .."
string were never there.

Is it something that gets triggered as a result of inserting
a line continuation?

Alok

Previously, there was no space in the value. With the addition of the space, the quotes became necessary.

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

Reply via email to