diff options
| author | Tom Whitten <Thomas.Whitten@Sun.COM> | 2010-03-25 14:57:35 -0700 |
|---|---|---|
| committer | Tom Whitten <Thomas.Whitten@Sun.COM> | 2010-03-25 14:57:35 -0700 |
| commit | 9444c26f4faabda140242c3986089704c4073ced (patch) | |
| tree | 9e367f2f58dc2b2daa66ea7d430e35d834d913b8 /usr/src/pkg/manifests/package-svr4.mf | |
| parent | e765faef9c0385c419aa16d67aa529de3c41ac01 (diff) | |
| download | illumos-joyent-9444c26f4faabda140242c3986089704c4073ced.tar.gz | |
PSARC 2010/013 SMF Early Manifest Import
6503835 manifest-import should be done earlier in boot
Diffstat (limited to 'usr/src/pkg/manifests/package-svr4.mf')
| -rw-r--r-- | usr/src/pkg/manifests/package-svr4.mf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/pkg/manifests/package-svr4.mf b/usr/src/pkg/manifests/package-svr4.mf index 99862033e9..4aaa034ac1 100644 --- a/usr/src/pkg/manifests/package-svr4.mf +++ b/usr/src/pkg/manifests/package-svr4.mf @@ -31,6 +31,8 @@ set name=info.classification \ value=org.opensolaris.category.2008:System/Packaging set name=variant.arch value=$(ARCH) set name=variant.opensolaris.zone value=global value=nonglobal +dir path=lib +dir path=lib/svc dir path=usr group=sys dir path=usr/bin dir path=usr/lib @@ -48,9 +50,8 @@ dir path=var/sadm/pkg group=sys mode=0555 dir path=var/sadm/security group=sys mode=0555 dir path=var/spool dir path=var/spool/pkg mode=1777 -dir path=var/svc group=sys -dir path=var/svc/manifest group=sys -dir path=var/svc/manifest/system group=sys +dir path=lib/svc/manifest group=sys +dir path=lib/svc/manifest/system group=sys file path=usr/bin/pkgadm mode=0555 file path=usr/bin/pkgcond group=sys mode=0555 file path=usr/bin/pkginfo group=sys mode=0555 @@ -78,7 +79,7 @@ file path=usr/sbin/pkgadd group=sys mode=0555 file path=usr/sbin/pkgchk group=sys mode=0555 file path=usr/sbin/pkgrm group=sys mode=0555 file path=var/sadm/install/admin/default group=sys mode=0444 -file path=var/svc/manifest/system/pkgserv.xml group=sys mode=0444 +file path=lib/svc/manifest/system/pkgserv.xml group=sys mode=0444 hardlink path=usr/sadm/install/scripts/i.CONFIG.prsv target=./i.preserve hardlink path=usr/sbin/pkgask target=../../usr/sbin/pkgadd hardlink path=usr/sbin/removef target=../../usr/sbin/installf |
