﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
20780,VBox 6.1.30 and 6.1.32 GAs in S10 guests produce error on install and are unable to be uninstalled => fixed in trunk/6.1.x x>32,rlhamil,,"For the Solaris Guest Additions, the line in install/postinstall and install/preremove that looks like (give or take leading spaces:
{{{
       refgroup=$(LC_ALL=C /usr/bin/ls -lL /etc/dev/reserved_devnames | awk '{ print $4 }' 2>/dev/null)
}}}
should use backticks (` ` pair) rather than $( ) notation, because /bin/sh on Solaris 10 does not support $( )

Otherwise, both install and remove partially fail.  (tested this by extracting the package, editing those scripts, and editing the manifest to reflect the modified sizes and checksums of those scripts)

This is actually present in at least 6.1.30 and 6.1.32.
",defect,closed,other,VirtualBox 6.1.32,fixed,,,other,other
