Changeset 30745 in vbox
- Timestamp:
- Jul 8, 2010 3:55:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r30701 r30745 177 177 filelist_fixup prototype '$3 == "var/svc/manifest/application/virtualbox/virtualbox-webservice.xml"' '$2 = "manifest";$6 = "sys"' 178 178 filelist_fixup prototype '$3 == "var/svc/manifest/application/virtualbox/virtualbox-zoneaccess.xml"' '$2 = "manifest";$6 = "sys"' 179 dirlist_fixup prototype '$3 == "var/svc/manifest/application/virtualbox"' '$6 = "sys"' 179 180 # Use 'root' as group so as to match attributes with the previous installation and prevent a conflict. Otherwise pkgadd bails out thinking 181 # we're violating directory attributes of another (non existing) package 182 dirlist_fixup prototype '$3 == "var/svc/manifest/application/virtualbox"' '$6 = "root"' 180 183 181 184 # hardening requires some executables to be marked setuid.
Note:
See TracChangeset
for help on using the changeset viewer.