diff options
| author | Dan Price <dp@eng.sun.com> | 2010-06-12 23:20:18 -0700 |
|---|---|---|
| committer | Dan Price <dp@eng.sun.com> | 2010-06-12 23:20:18 -0700 |
| commit | ebbab6bbae913efeadfa3c6a1b082664a125f95b (patch) | |
| tree | 62a2816d044710beaf491ffa633ff35e41588942 /usr/src/pkg/manifests/source-demo-system.mf | |
| parent | 5c875b2e2176bacab7c997fa9a41afc5daad1896 (diff) | |
| download | illumos-joyent-ebbab6bbae913efeadfa3c6a1b082664a125f95b.tar.gz | |
6932709 libc mountpoints shouldn't be tagged with preserve=
6948967 opensolaris.zone= persists in ON manifests, should be expunged
6948970 eval in pkg/Makefile masks pkgmogrify failures
6949340 Fix various zones related packaging oddities
6951274 most variant.opensolaris.zone and reboot-needed attributes could be added by rules
6954463 legacy, renamed SUNWiscsitgt and SUNWmms need to be obsoleted properly
6954897 README.pkg should be more helpful describing need for on-extra
Diffstat (limited to 'usr/src/pkg/manifests/source-demo-system.mf')
| -rw-r--r-- | usr/src/pkg/manifests/source-demo-system.mf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/src/pkg/manifests/source-demo-system.mf b/usr/src/pkg/manifests/source-demo-system.mf index 55a7709e38..5d171a8759 100644 --- a/usr/src/pkg/manifests/source-demo-system.mf +++ b/usr/src/pkg/manifests/source-demo-system.mf @@ -29,7 +29,6 @@ set name=pkg.description \ set name=pkg.summary value="OS demo source" set name=info.classification value=org.opensolaris.category.2008:System/Core set name=variant.arch value=$(ARCH) -set name=variant.opensolaris.zone value=global value=nonglobal dir path=usr group=sys dir path=usr/demo dir path=usr/demo/ELF @@ -151,8 +150,8 @@ file path=usr/demo/ksh/tests/sun_solaris_builtin_poll.sh file path=usr/demo/ksh/tests/sun_solaris_builtin_sum.sh file path=usr/demo/ksh/tests/sun_solaris_builtin_tail.sh file path=usr/demo/ksh/tests/sun_solaris_command_substitution.sh -file path=usr/demo/ksh/tests/sun_solaris_compound_nameref.sh file path=usr/demo/ksh/tests/sun_solaris_compound_misc.sh +file path=usr/demo/ksh/tests/sun_solaris_compound_nameref.sh file path=usr/demo/ksh/tests/sun_solaris_compoundvario.sh file \ path=usr/demo/ksh/tests/sun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh @@ -170,7 +169,8 @@ file \ file \ path=usr/demo/ksh/tests/sun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh file path=usr/demo/ksh/tests/sun_solaris_cr_6778077_sigthaw_trap.sh -file path=usr/demo/ksh/tests/sun_solaris_cr_6789247_printf_hexfloat_rounding.sh +file \ + path=usr/demo/ksh/tests/sun_solaris_cr_6789247_printf_hexfloat_rounding.sh file \ path=usr/demo/ksh/tests/sun_solaris_cr_6800929_large_command_substitution_hang.sh file path=usr/demo/ksh/tests/sun_solaris_cr_6805792_varmovetest1.sh @@ -200,8 +200,8 @@ file \ path=usr/demo/ksh/tests/sun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh file path=usr/demo/ksh/tests/sun_solaris_cr_xxxxxxxx_template.sh file path=usr/demo/ksh/tests/sun_solaris_getconf.sh -file path=usr/demo/ksh/tests/sun_solaris_locale_misc.sh file path=usr/demo/ksh/tests/sun_solaris_local_compound_nameref001.sh +file path=usr/demo/ksh/tests/sun_solaris_locale_misc.sh file path=usr/demo/ksh/tests/sun_solaris_staticvariables.sh file path=usr/demo/ksh/tests/sun_solaris_vartree001.sh file path=usr/demo/ksh/tests/sun_solaris_vartree002.sh @@ -282,8 +282,9 @@ file path=usr/demo/link_audit/src/who.h file path=usr/demo/link_audit/src/whocalls.ksh legacy pkg=SUNWosdem arch=$(ARCH) category=system \ desc="Source code to demonstrate the use of OS interfaces: ELF" \ - hotline="Please contact your local service provider" name="OS demo source" \ - vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 + hotline="Please contact your local service provider" \ + name="OS demo source" vendor="Sun Microsystems, Inc." \ + version=11.11,REV=2009.11.11 license cr_Sun license=cr_Sun license lib/libshell/THIRDPARTYLICENSE license=lib/libshell/THIRDPARTYLICENSE license lic_CDDL license=lic_CDDL |
