Changeset 92650 in vbox
- Timestamp:
- Nov 30, 2021 12:43:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r92636 r92650 682 682 # Solaris 11 SRU6 and later use group root (check a file which isn't 683 683 # tainted by VirtualBox install scripts and allow no other group) 684 refgroup= $(LC_ALL=C /usr/bin/ls -lL "$PKG_INSTALL_ROOT/etc/dev/reserved_devnames" | awk '{ print $4 }' 2>/dev/null)684 refgroup=`LC_ALL=C /usr/bin/ls -lL "$PKG_INSTALL_ROOT/etc/dev/reserved_devnames" | awk '{ print $4 }' 2>/dev/null` 685 685 if [ $? -eq 0 -a "x$refgroup" = "xroot" ]; then 686 686 group=root … … 810 810 # Solaris 11 SRU6 and later use group root (check a file which isn't 811 811 # tainted by VirtualBox install scripts and allow no other group) 812 refgroup= $(LC_ALL=C /usr/bin/ls -lL "$PKG_INSTALL_ROOT/etc/dev/reserved_devnames" | awk '{ print $4 }' 2>/dev/null)812 refgroup=`LC_ALL=C /usr/bin/ls -lL "$PKG_INSTALL_ROOT/etc/dev/reserved_devnames" | awk '{ print $4 }' 2>/dev/null` 813 813 if [ $? -eq 0 -a "x$refgroup" = "xroot" ]; then 814 814 group=root
Note:
See TracChangeset
for help on using the changeset viewer.