diff options
author | mb158278 <none@none> | 2005-12-19 15:58:44 -0800 |
---|---|---|
committer | mb158278 <none@none> | 2005-12-19 15:58:44 -0800 |
commit | a74fca12a5f9c15bc00e60e74ef5fbfdb2c21336 (patch) | |
tree | df0964239c1052d8467be5578bfb02746dc4c514 /usr/src | |
parent | f9721e075222d67dfc8cab85ccca4a17f1eb8325 (diff) | |
download | illumos-joyent-a74fca12a5f9c15bc00e60e74ef5fbfdb2c21336.tar.gz |
6364450 Fix packaging issue in SUNWdcs
--HG--
rename : usr/src/pkgdefs/SUNWdcsu/postinstall => usr/src/pkgdefs/SUNWdcsr/postinstall
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/pkgdefs/SUNWdcsr/postinstall (renamed from usr/src/pkgdefs/SUNWdcsu/postinstall) | 0 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWdcsr/prototype_com | 7 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWdcsu/prototype_com | 5 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/pkgdefs/SUNWdcsu/postinstall b/usr/src/pkgdefs/SUNWdcsr/postinstall index 3125338031..3125338031 100644 --- a/usr/src/pkgdefs/SUNWdcsu/postinstall +++ b/usr/src/pkgdefs/SUNWdcsr/postinstall diff --git a/usr/src/pkgdefs/SUNWdcsr/prototype_com b/usr/src/pkgdefs/SUNWdcsr/prototype_com index 30109e542c..b64acea39e 100644 --- a/usr/src/pkgdefs/SUNWdcsr/prototype_com +++ b/usr/src/pkgdefs/SUNWdcsr/prototype_com @@ -22,7 +22,7 @@ # #ident "%Z%%M% %I% %E% SMI" # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # This required package information file contains a list of package contents. @@ -41,6 +41,7 @@ i copyright i depend i i.manifest i r.manifest +i postinstall # # source locations relative to the prototype file # @@ -52,3 +53,7 @@ d none var/svc/manifest 0755 root sys d none var/svc/manifest/platform 0755 root sys d none var/svc/manifest/platform/sun4u 0755 root sys f manifest var/svc/manifest/platform/sun4u/dcs.xml 0444 root sys +d none lib 755 root bin +d none lib/svc 0755 root bin +d none lib/svc/method 0755 root bin +f none lib/svc/method/svc-dcs 0555 root bin diff --git a/usr/src/pkgdefs/SUNWdcsu/prototype_com b/usr/src/pkgdefs/SUNWdcsu/prototype_com index ea45fa7487..f4964a066d 100644 --- a/usr/src/pkgdefs/SUNWdcsu/prototype_com +++ b/usr/src/pkgdefs/SUNWdcsu/prototype_com @@ -39,16 +39,11 @@ i pkginfo i copyright i depend -i postinstall # # source locations relative to the prototype file # # SUNWdcsu # -d none lib 755 root bin -d none lib/svc 0755 root bin -d none lib/svc/method 0755 root bin -f none lib/svc/method/svc-dcs 0555 root bin d none usr 755 root sys d none usr/lib 755 root bin f none usr/lib/dcs 755 root bin |