Searched refs:pkgCommand (Results 1 – 2 of 2) sorted by relevance
124 String pkgCommand = "pkginfo -r" + " " + packageName; in getChangeInstallDir() local134 String log = pkgCommand + "<br><b>Returns: " + returnString + "</b><br>"; in getChangeInstallDir()170 String pkgCommand = ""; in installPackage() local187 pkgCommand = "/usr/sbin/pkgadd -n -d " + packagePath + " -R " + in installPackage()202 pkgCommand = "/usr/sbin/pkgadd -n -d " + packagePath + in installPackage()216 … log = pkgCommand + "<br><b>Returns: " + returnValue + " Successful installation</b><br>"; in installPackage()220 …log = pkgCommand + "<br><b>Returns: " + returnValue + " Problem during installation. Can be ignore… in installPackage()223 … log = pkgCommand + "<br><b>Returns: " + returnValue + " Error during installation</b><br>"; in installPackage()271 String pkgCommand = ""; in uninstallPackage() local278 …pkgCommand = "/usr/sbin/pkgrm -n " + "-R " + installRoot + " -a " + adminFileName + " " + packageN… in uninstallPackage()[all …]
80 String pkgCommand = ""; in collectSystemLanguages() local88 pkgCommand = "locale -a"; in collectSystemLanguages()95 log = pkgCommand + "<br><b>Returns: " + returnValue + " Successful command</b><br>"; in collectSystemLanguages()124 log = pkgCommand + "<br><b>Returns: " + returnValue + " An error occured</b><br>"; in collectSystemLanguages()126 System.err.println("Error in command: " + pkgCommand); in collectSystemLanguages()