Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core-services/sysctl: drop sysctl(8) --system requirement. 20150905 | Juan RP | 2015-09-05 | 2 | -18/+12 |
| | | | | | Use sysctl -p everywhere: works with procps-ng and busybox (and probably others as well). | ||||
* | Merge pull request #40 from voidlinux/busybox-sysctl 20150827 | Eivind Uggedal | 2015-08-27 | 1 | -2/+18 |
|\ | | | | | core-services: sysctl --system fallback for busybox | ||||
| * | core-services: sysctl --system fallback for busybox | Eivind Uggedal | 2015-08-27 | 1 | -2/+18 |
|/ | |||||
* | Added core-services/98-sbin-merge scriptlet to create usr/sbin symlink. 20150603 | Juan RP | 2015-06-03 | 1 | -0/+11 |
| | | | | | | This checks if /usr/sbin is a real directory and then moves it to /usr/sbin.old if there are only symlinks, and then the /usr/sbin -> /usr/bin symlink is created. | ||||
* | services/agetty*: update for usr/bin move. 20150602.1 | Juan RP | 2015-06-02 | 2 | -2/+2 |
| | |||||
* | crypt.awk: do not hardcode path to blkid. 20150602 | Juan RP | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | Update paths for the usr/sbin -> usr/bin move. | Juan RP | 2015-06-02 | 5 | -10/+10 |
| | |||||
* | Find out size of the saved random-seed via /proc/sys/kernel/random/poolsize. 20150511.1 | Juan RP | 2015-05-11 | 2 | -2/+2 |
| | | | | | This is what the random(4) manual page recommends, and hopefully should improve entropy reading from /dev/{u,}random. | ||||
* | services/agetty-generic/finish: drop bashism (close #37). 20150511 | Juan RP | 2015-05-11 | 1 | -2/+1 |
| | |||||
* | services/sulogin: drop bashism. | Juan RP | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | services/sulogin: use active tty not tty1 to make console=ttyS0 work. | Juan RP | 2015-04-29 | 1 | -1/+3 |
| | | | | Thanks to Christian Neukirchen for the hint. | ||||
* | core-services: load kernel modules that aren't autoloaded by eudev3 anymore. 20150424 | Juan RP | 2015-04-24 | 1 | -0/+6 |
| | | | | | We use the output of `kmod static-nodes` to get a list of modules that should be loaded for the running kernel, just like systemd does via tmpfiles.d(5). | ||||
* | zzz: fix suspend. | Christian Neukirchen | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #33 from nmeum/style | Juan RP | 2015-04-09 | 4 | -8/+8 |
|\ | | | | | Style fixes | ||||
| * | shutdown: Don't hardcode name | Sören Tempel | 2015-04-08 | 1 | -1/+1 |
| | | |||||
| * | 3: Fix indention | Sören Tempel | 2015-04-08 | 1 | -1/+1 |
| | | |||||
| * | halt: Remove trailing whitespace | Sören Tempel | 2015-04-08 | 1 | -1/+1 |
| | | |||||
| * | shutdown: Quote option | Sören Tempel | 2015-04-08 | 1 | -1/+1 |
| | | |||||
| * | zzz: Use printf(1) instead of echo(1) -n | Sören Tempel | 2015-04-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | The behaviour of the -n flag is implementation-defined See: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html#tag_20_37 | ||||
* | | Merge pull request #35 from bougyman/master 20150407 | bougyman | 2015-04-07 | 2 | -0/+21 |
|\ \ | | | | | | | 3: Detect and deactivate LVM Volume Groups on shutdown | ||||
| * | | 3: Detect and deactivate LVM Volume Groups on shutdown | bougyman | 2015-04-07 | 2 | -0/+21 |
|/ / | |||||
* | | agetty-generic/run: fix reading conf on cwd. | Juan RP | 2015-04-02 | 1 | -1/+1 |
| | | |||||
* | | agetty-tty1: unbreak and only apply --noclear on tty1. 20150402.1 | Juan RP | 2015-04-02 | 2 | -2/+5 |
| | | |||||
* | | Merge pull request #32 from nmeum/services 20150402 | Juan RP | 2015-04-02 | 34 | -41/+53 |
|\ \ | |/ |/| | Refactor services/* | ||||
| * | services: getty -> agetty | Sören Tempel | 2015-04-01 | 2 | -2/+2 |
| | | |||||
| * | services: -8 is available on getty too | Sören Tempel | 2015-04-01 | 1 | -1/+2 |
| | | |||||
| * | services: uppercase configuration variables | Sören Tempel | 2015-04-01 | 4 | -7/+7 |
| | | |||||
| * | services: use more relative symlinks | Sören Tempel | 2015-04-01 | 11 | -11/+11 |
| | | |||||
| * | services: Refactor agetty-serial | Sören Tempel | 2015-04-01 | 8 | -6/+14 |
| | | |||||
| * | services: Refactor agetty-console | Sören Tempel | 2015-04-01 | 2 | -7/+3 |
| | | |||||
| * | services: Refactor agetty-tty? services | Sören Tempel | 2015-04-01 | 13 | -17/+24 |
|/ | |||||
* | Merge pull request #31 from nmeum/halt | Christian Neukirchen | 2015-03-31 | 2 | -17/+21 |
|\ | | | | | Various small shutdown(8) improvements | ||||
| * | 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 | 2 | -1/+1 |
| | | |||||
| * | Makefile: Add .PHONY | Sören Tempel | 2015-03-31 | 1 | -0/+2 |
| | | |||||
| * | Makefile: Remove suspend from clean | Sören Tempel | 2015-03-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #29 from nmeum/modules | Juan RP | 2015-03-27 | 2 | -8/+1 |
|\ \ | | | | | | | Remove ability to declare kernel modules in rc.conf | ||||
| * | | Remove ability to declare kernel modules in rc.conf | Sören Tempel | 2015-03-26 | 2 | -8/+1 |
| | | | | | | | | | | | | | | | The preferred way is to declare them in /etc/modules-load.d so why offer an additional way? This isn't perl. | ||||
* | | | Merge pull request #28 from nmeum/runlevel | Juan RP | 2015-03-27 | 1 | -3/+0 |
|\ \ \ | |/ / |/| / | |/ | 2: Handle single the same way as any other runlevel | ||||
| * | 2: Handle single the same way as any other runlevel | Sören Tempel | 2015-03-26 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #23 from nmeum/ttys | Christian Neukirchen | 2015-03-24 | 2 | -2/+10 |
|\ | | | | | Add an additional variable to rc.conf for TTYs | ||||
| * | Add an additional variable for ttys | Sören Tempel | 2015-03-23 | 2 | -2/+10 |
|/ | |||||
* | 1, 3: remove some more trailing extra newlines. | Juan RP | 2015-03-22 | 2 | -11/+11 |
| | |||||
* | core-services: remove extra newline from msg{,_warn}(). | Juan RP | 2015-03-22 | 6 | -9/+9 |
| | |||||
* | functions: msg: add missing newline. | Juan RP | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | add a newline by default to msg and msg_warn output | Sören Tempel | 2015-03-22 | 2 | -14/+14 |
| |