SleepNow is a Mac OS X command-line tool which puts the machine to sleep, just as though someone had used the Sleep menu command while sitting in front of the machine. The advantage is that SleepNow can be run while logged in to the machine from anywhere on the net.
SleepNow is a Mac OS X command-line tool which puts the machine to sleep, just as though someone had used the Sleep menu command while sitting in front of the machine. The advantage is that SleepNow can be run while logged in to the machine from anywhere on the net.
To install sleepnow, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sleepnow
To see what files were installed by sleepnow, run:
port contents sleepnow
To later upgrade sleepnow, run:
sudo port selfupdate && sudo port upgrade sleepnow
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.