The iceauth program is used to edit and display the authorization information used in connecting with ICE. This program is usually used to extract authorization records from one machine and merge them in on another (as is the case when using remote logins or granting access to other users).
The iceauth program is used to edit and display the authorization information used in connecting with ICE. This program is usually used to extract authorization records from one machine and merge them in on another (as is the case when using remote logins or granting access to other users).
To install iceauth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install iceauth
To see what files were installed by iceauth, run:
port contents iceauth
To later upgrade iceauth, run:
sudo port selfupdate && sudo port upgrade iceauth
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.