Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-12 | improve shutdown documentation | William Hubbs | |
This fixes #290. | |||
2018-12-27 | fix leading whitespace | philhofer | |
Clean up code indented with mixed tabs and spaces. No actual code changes. This fixes #280. | |||
2018-12-21 | fix compiler warnings | William Hubbs | |
2018-11-27 | src/rc/openrc-shutdown.c: fix style | Austin English | |
2018-10-24 | openrc-shutdown: do not require a time for -w switch | William Hubbs | |
X-Gentoo-Bug: 669500 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=669500 | |||
2018-10-18 | openrc-shutdown: Add scheduled shutdown and the ability to cancel a shutdown | William Hubbs | |
You can now schedule a shutdown for a certain time or a cpecific number of minutes into the future. When a shutdown is running, you can now cancel it with ^c from the keyboard or by running "openrc-shutdown -c" from another shell. | |||
2017-06-05 | openrc-shutdown: add --single option and clean up option processing | William Hubbs | |
2017-06-04 | add support for writing reboot and shutdown records to wtmp | William Hubbs | |
2017-05-22 | openrc-shutdown: add dry-run option | William Hubbs | |
2017-05-22 | openrc-shutdown: move to single user mode by default | William Hubbs | |
To be more compatible with sysvinit, move to single user mode if no options are specified on the command line. | |||
2017-04-12 | init: add re-exec capability | William Hubbs | |
This will allow the re-execution of the init process after upgrading OpenRC. | |||
2017-04-07 | Add attribution to openrc-init.c and openrc-shutdown.c | William Hubbs | |
2017-04-06 | add init process | William Hubbs | |
openrc-init.c and openrc-shutdown.c are based on code which was written by James Hammons <jlhamm@acm.org>, so I would like to publically thank him for his work. |