summaryrefslogtreecommitdiff
path: root/scripts/vyatta-reboot.pl
AgeCommit message (Collapse)Author
2015-01-01vyatta-op: on shutdown/reboot the client ssh session doesn't disconnectAlex Harpin
When either the reboot or poweroff commands are issued from the CLI, any ssh clients currently connected to the system aren't disconnected correctly, having to rely on a timeout to terminate them. The sendsigs process doesn't fully close sshd before the network is taken down, with the result that the client don't receive the disconnect signal. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
2011-11-01Wait for user to hit enter before continuing with a rebootJohn Southworth
2011-10-27Make the reboot syntax the same as the poweroff syntax; require the ↵John Southworth
affirmative answer instead of defaulting to it (cherry picked from commit ccf2a40b2d30860618c45d6bd8a73eed8638fdd4)
2011-05-04allow "reboot at" and "reboot" to be invoked by the rest api.Michael Larson
2010-03-16Add "reboot now" to prevent confirmation prompt.Stig Thormodsrud
2010-01-28Expand all possible interfaces with leases for renewStephen Hemminger
Also mark all scripts as executable.
2008-06-09Add sanity check if getlogin() fails.Stig Thormodsrud
2008-05-31Fix 88: Feature Request: Reboot Command (add confirmation)Stig Thormodsrud