Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shutdown: Quote command substitution | Matthew Martin | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | shutdown: Do not use variables in printf format string | Matthew Martin | 2017-07-26 | 1 | -5/+5 |
| | |||||
* | shutdown: Combine sleeping blocks | Matthew Martin | 2017-07-26 | 1 | -13/+9 |
| | |||||
* | shutdown: delete empty /etc/nologin on -c. | Leah Neukirchen | 2017-07-24 | 1 | -0/+3 |
| | | | | Fixes #73. | ||||
* | shutdown: Don't hardcode name | Sören Tempel | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | shutdown: Quote option | Sören Tempel | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | shutdown: simplify if clause | Sören Tempel | 2015-03-31 | 1 | -3/+1 |
| | |||||
* | shutdown: Use printf instead of echo -n | Sören Tempel | 2015-03-31 | 1 | -4/+4 |
| | | | | | | | | The result of 'echo -n' is implementation-defined. See also: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html | ||||
* | shutdown: Don't use expr | Sören Tempel | 2015-03-31 | 1 | -3/+3 |
| | |||||
* | shutdown: add abort helper function | Sören Tempel | 2015-03-31 | 1 | -6/+10 |
| | |||||
* | shutdown: simplify redirection to /dev/stderr | Sören Tempel | 2015-03-31 | 1 | -3/+3 |
| | |||||
* | shutdown.sh -> shutdown | Sören Tempel | 2015-03-31 | 1 | -0/+72 |