This is a code review request for
409 /var/svc/manifest/application (plus pkg-server.xml) have incorrect group
As the fix is so small, I've included it below. Thanks.
dsc
diff -r a838828bc1fa src/pkgdefs/SUNWipkg/Makefile
--- a/src/pkgdefs/SUNWipkg/Makefile Fri Jan 25 17:16:27 2008 -0800
+++ b/src/pkgdefs/SUNWipkg/Makefile Sun Jan 27 21:41:48 2008 -0800
@@ -53,7 +53,7 @@ prototype: FRC
$$5 = "root"; \
$$6 = "bin"; \
} \
- $$3 ~
/^(etc(\/zones)?|usr(\/share(\/lib)?)?|var(\/svc(\/manifest)?)?)$$/ { \
+ $$3 ~
/^(etc(\/zones)?|usr(\/share(\/lib)?)?|var(\/svc(\/manifest(\/application(\/pkg-server.xml)?)?)?)?)$$/
{ \
$$6 = "sys"; \
} \
{ \
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss