diff options
author | Milan Jurik <milan.jurik@xylab.cz> | 2012-03-17 13:50:09 -0500 |
---|---|---|
committer | Milan Jurik <milan.jurik@xylab.cz> | 2012-03-17 13:50:09 -0500 |
commit | 61dc244f52b4962ea505abec7e6cbade980d3c53 (patch) | |
tree | be609445c31fbc968a8734522ea613cbbc6a05d1 /usr/src/pkg | |
parent | a80670315ce377f65d0b82e01c8c0538cd176f39 (diff) | |
download | illumos-joyent-61dc244f52b4962ea505abec7e6cbade980d3c53.tar.gz |
2187 EOF mkdtab infrastructure
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Alexander <alexander.r.eremin@gmail.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/SUNWcs.mf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/pkg/manifests/SUNWcs.mf b/usr/src/pkg/manifests/SUNWcs.mf index 57b0a4589b..c3426243c6 100644 --- a/usr/src/pkg/manifests/SUNWcs.mf +++ b/usr/src/pkg/manifests/SUNWcs.mf @@ -233,9 +233,6 @@ dir path=usr/sadm dir path=usr/sadm/bin dir path=usr/sadm/install dir path=usr/sadm/install/scripts -dir path=usr/sadm/sysadm -dir path=usr/sadm/sysadm/add-ons -dir path=usr/sadm/sysadm/bin dir path=usr/sbin $(i386_ONLY)dir path=usr/sbin/$(ARCH32) dir path=usr/sbin/$(ARCH64) @@ -383,7 +380,6 @@ file path=etc/init.d/PRESERVE group=sys mode=0744 preserve=true file path=etc/init.d/README group=sys preserve=true file path=etc/init.d/cachefs.daemon group=sys mode=0744 preserve=true file path=etc/init.d/ldap.client group=sys mode=0744 -file path=etc/init.d/mkdtab group=sys mode=0744 preserve=true file path=etc/init.d/nscd group=sys mode=0744 file path=etc/init.d/sysetup group=sys mode=0744 preserve=true file path=etc/init.d/ufs_quota group=sys mode=0744 preserve=true @@ -1290,7 +1286,6 @@ file path=usr/sadm/install/scripts/r.kmfconf group=sys mode=0555 file path=usr/sadm/install/scripts/r.manifest group=sys mode=0555 file path=usr/sadm/install/scripts/r.pkcs11conf group=sys mode=0555 file path=usr/sadm/install/scripts/r.rbac group=sys mode=0555 -file path=usr/sadm/sysadm/bin/mkdtab mode=0755 file path=usr/sadm/ugdates mode=0444 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/add_drv group=sys mode=0555 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/modinfo group=sys mode=0555 @@ -1493,7 +1488,6 @@ hardlink path=etc/crypto/certs/SUNWObjectCA \ hardlink path=etc/rc2.d/S20sysetup target=../../etc/init.d/sysetup hardlink path=etc/rc2.d/S73cachefs.daemon \ target=../../etc/init.d/cachefs.daemon -hardlink path=etc/rc2.d/S82mkdtab target=../../etc/init.d/mkdtab hardlink path=etc/rc2.d/S89PRESERVE target=../../etc/init.d/PRESERVE $(sparc_ONLY)hardlink path=etc/svc/profile/platform_SUNW,Sun-Fire-V890.xml \ target=./platform_SUNW,Sun-Fire-880.xml |