commit 12c8248b5f53879935d4e62ef42023f703c7b636 Author: William Hubbs Commit: William Hubbs update news for 0.21 commit 820ef6dab674c2878d72edc8ea21e7250b1b5aec Author: William Hubbs Commit: William Hubbs supervise-daemon: clarify documentation about configuring daemon not to fork commit 87884db66767eba6317b506a4d7270dd22721831 Author: William Hubbs Commit: William Hubbs Make deprecation warnings for rc and runscript more visible These warnings were inserted in verbose only mode in OpenRC-0.13.A Now, we are making them more visible in preparation for removing these compatibility binaries in the future. commit 94077d264e14783e6ca5603d64e9d579fb206c20 Author: William Hubbs Commit: William Hubbs supervise-daemon: log the exit code or signal when a child process dies commit 3351c8b4c3027f09003f8ba33e43f46762f5c453 Author: William Hubbs Commit: William Hubbs supervise-daemon.sh: add support for chroot variable commit a8214af2fe3aa91930e3270af99cf1d9b7ef5b0a Author: William Hubbs Commit: William Hubbs start-stop-daemon.sh: fix regression in chroot support The support for the chroot variable was broken in 0.16, this fixes that breakage. commit 9a372812c78ea8efc55b3dea6a39c2d0559bca45 Author: William Hubbs Commit: William Hubbs guide.md: typo fix This fixes #86. commit 3fa9015b8e5610d38366f781a08789e34159b0dc Author: Jason Zaman Commit: William Hubbs rc-selinux: access check was backwards commit 3b5a8b331e81ecd9a9362553c16f4527291d5528 Author: William Hubbs Commit: William Hubbs supervise-daemon: add pam service file commit b3a04e797e5e459842c2c239886ab6ea08a8dc29 Author: Anthony G. Basile Commit: Anthony G. Basile runlevels/Makefile: add support for runlevel ‘nonetwork’ Traditional System V reserves runlevel 2 for multiuser with no networking. We add support for this which is already defined in the inittab as l2:2:wait:/sbin/rc nonetwork X-Gentoo-Bug: 533828 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=533828 Signed-off-by: Anthony G. Basile commit 92e2f2c7cc958effcec0ef773dda954a153d8e42 Author: William Hubbs Commit: William Hubbs killprocs: remove calls to sleep X-Gentoo-Bug: 487084 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487084 commit ad23d5b8dbee70815c02271c78f415bcd7088076 Author: William Hubbs Commit: William Hubbs openrc-run: clean up runscript deprecation message commit 62410eaf4ba92516a58a550717d7f3faf63bb79f Author: William Hubbs Commit: William Hubbs add daemon supervisor The supervise-daemon process is meant to be a lightweight supervisor which can monitor and restart a daemon if it crashes. commit fd80b6fc67ec6a0fe4853167fb67ee40bb51b742 Author: William Hubbs Commit: William Hubbs localmount/netmount: clean up critical mount processing Fix a typo and do not fail if a path in critical_mounts is not listed as a critical mount does not get mounted. commit 5d130cc45cd334fd38b0c6874bcc81ac74636217 Author: William Hubbs Commit: William Hubbs localmount/netmount: allow mount points to be marked critical In previous releases, we either treated no mount points as critical or all of them. Now both localmount and netmount support a critical_mounts setting. If mount points listed in this setting fail to mount, localmount and netmount will fail. commit 1c3c2cf6d8cb060d03919297f5fe706f6027a4c6 Author: William Hubbs Commit: William Hubbs netmount: fix mounting on Linux Before this commit, on Linux, we were always trying to mount file systems marked with _netdev, even when the previous mount command failed. Now, we do not run the second mount if the first fails. X-Gentoo-Bug: 579876 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=579876 commit 171e856ec8a0a64504b4b4a47ab6181d37fc3dbe Author: Mike Gilbert Commit: William Hubbs start-stop-daemon: Allow group read/write when creating output files This allows for better interaction with inherited ACL entries. This fixes #84. X-Gentoo-Bug: 577362 X-Gentoo-Bug-URL: https://bugs.gentoo.org/577362 commit beaa71df0ab2cfa61beba4be0303099aa6c75e6a Author: Dustin C. Hatch Commit: William Hubbs binfmt.sh: use read in raw mode The read builtin in most shells will interpret backslash characters as escapes, and they are lost when reading binfmt files line-by-line. This causes magic strings containing backslashes to be mangled and become invalid, resulting in erroneous 'invalid entry' messages. The -r option to read disables special handling of backslashes and keeps all lines intact. X-Gentoo-Bug: 575114 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=575114 commit 7eaf71176b87ae69bfa622aa621341a19a9d32b0 Author: William Hubbs Commit: William Hubbs Fix rc_env_allow wildcard usage Before this commit, using * in rc_env_allow did not work. This fixes #60. commit 2c1f6a16e10a45397e0872585dcb0e16684b6cbf Author: Mike Frysinger Commit: William Hubbs sysfs: mount pstore when available commit e82653782e1803e3c924aef055113333b18dafd9 Author: Patrick Lauer Commit: William Hubbs Add a basic OpenRC users guide X-Gentoo-Bug: 513024 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=513024 commit e52b5f59c22283b22e2b5a0d2ab9de6b92a73ebf Author: William Hubbs Commit: William Hubbs savecache: stop saving nettree Netifrc is no longer part of OpenRC, so we shouldn't save its dep tree as part of savecache. This should have been removed when netifrc was split out. also, it might be related to the following bug. X-Gentoo-Bug: 563720 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=563720 commit 8a7e4d38a74c714e1a532e1b7a53fd2a5c528b63 Author: William Hubbs Commit: William Hubbs rc-service: add --ifinactive and --ifnotstarted flags X-Gentoo-Bug: 523174 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=523174 commit 47dd5e37cbf372df3ee0fad2c87226dce5b51587 Author: William Hubbs Commit: William Hubbs add back deprecation warnings lost during refactoring commit e277ae57efaba3be3eb619fd00084b116c370231 Author: William Hubbs Commit: William Hubbs fix tests X-Gentoo-Bug: 572602 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572602 commit 69f052b611878d771fc3f56ee77639269db9b6e1 Author: William Hubbs Commit: William Hubbs librc: Complain when a real and virtual service have the same name commit e4eacf02cae10eca48f6906592981d701b0c1973 Author: William Hubbs Commit: William Hubbs openrc-run: in verbose mode, log execution of the shell script This is to show when openrc-run runs the openrc-run.sh script; it is used for debugging. commit 30c3561b6b648d60174a22a73555b680d2cc86fc Author: Colin Booth Commit: William Hubbs sh/s6.sh: update s6-svc syntax to be valid for 2.2.0.0+ The s6-svc syntax changed for wait-up, wait-ready, wait-down, and wait-finished. This changes the s6 handling script to use the current valid syntax. This fixes #65. commit 5f2850366ea0f30f0f9cb6b129b69192c11e74ac Author: Manuel Rüger Commit: William Hubbs Fix typo This fixes #70. commit 1cb7eec31f37db0de11a4b39939fd3fbe17c1e24 Author: Gokturk Yuksek Commit: William Hubbs conf.d/bootmisc: typo fix: s/dmesc/dmesg/ This fixes #72. commit cd7883d25d0a9321b68df1c1e6ad9662306fa9e7 Author: William Hubbs Commit: William Hubbs localmount: Allow users to control whether errors are ignored X-Gentoo-Bug: 572138 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572138 commit 62b49b2a3ad1c13012305b4d7281d7f6543c70d7 Author: Doug Freed Commit: William Hubbs rc: remove use of magic constant and allow OpenVZ to drop to shell OpenVZ has had console support for a long time now; allow them to use it to drop to a shell during interactive boot. commit 4c814a0a285565bc09d662f602f93dbb938503c6 Author: Doug Freed Commit: William Hubbs librc: handle rc_sys="prefix" even if we weren't built with a prefix This probably isn't needed, but it mimics old behavior. commit 36dde4e7f21afba36a96837aa86f2b5d2dae3807 Author: Doug Freed Commit: William Hubbs librc: fix handling the nothing special case for rc_sys commit 649f63d882d53533ae8b1c3b28967e772e738c45 Author: Doug Freed Commit: William Hubbs librc: move system detection code into rc_sys and use it This fixes an issue where librc code was calling code that only existed in the rc binary. This reverts commits 8addd79 and 9f6e056 This fixes #75. commit 55a28f5d2524615560698453a5a6afd50460030c Author: William Hubbs Commit: William Hubbs Revert "rc: make get_systype similar to the old rc_sys function" This reverts commit f79a7a7be18d68bf264efc60d82838d03048da6b. commit 6c0942137572608d02eb4b34bad55c9bf418a6ba Author: William Hubbs Commit: William Hubbs Revert "librc: fix librc-depend functions to call rc_sys" This reverts commit 73482cf13a338051606788957cbd0031ac850c70. commit 79359f77cc786e18695368bccb6b6186ecfe38c0 Author: William Hubbs Commit: William Hubbs fix bsd build X-Gentoo-Bug: 572068 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572068 commit f79a7a7be18d68bf264efc60d82838d03048da6b Author: William Hubbs Commit: William Hubbs rc: make get_systype similar to the old rc_sys function commit 73482cf13a338051606788957cbd0031ac850c70 Author: William Hubbs Commit: William Hubbs librc: fix librc-depend functions to call rc_sys commit 0910c455d3723ac4d4b793afb61cd82f660547f4 Author: William Hubbs Commit: William Hubbs src/rc/Makefile: fix make depend target commit f5e06bc55ab1717ddff8c21f00f48cfcba8cb4a7 Author: William Hubbs Commit: William Hubbs include rc.h properly in source files We were attempting to include rc.h in rc-misc.h instead of the source files where it should be included. commit e7ae08c38d4753d8d54a4ed60ca98794d85aadd9 Author: William Hubbs Commit: William Hubbs version 0.21 commit 6da0abc0850dfc99df0ba50cbd0092929ec0107b Author: William Hubbs Commit: William Hubbs fix selinux build X-Gentoo-Bug: 571798 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=571798 commit b34df9dd817069ade7e0526a59aaa9d3f2beb806 Author: William Hubbs Commit: William Hubbs fix selinux build commit 6f02069746f4d8a2331ab7e000abdca9bbdd622d Author: William Hubbs Commit: William Hubbs Add LANG, LC_MESSAGES and TERM to the environment whitelist commit d4c7207ef3906daf6f8646e8deb6d968fe76cb36 Author: William Hubbs Commit: William Hubbs fix seg fault commit 04f05c30d13ec83b85164a536eb570f29a66b275 Author: William Hubbs Commit: William Hubbs update ChangeLog commit 9473ac514cb72663d5c3bac8b5473cced4a20bf7 Author: joe9 Commit: William Hubbs allow the user to decide whether fsck aborts for errors X-Gentoo-Bug: 564008 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=564008 commit bf2f40828ee26d3ba9185f29db596ee5d7b9cf61 Author: William Hubbs Commit: William Hubbs Remove multicall binary structure from OpenRC This eliminates the need for the selinux-specific wrapper scrript we were installing in /lib*/rc/{bin,sbin}. commit fe485f44339963fdbee143687dcbef2069924bc6 Author: William Hubbs Commit: William Hubbs rc: fix compiler warnings cleanup This reverts commit 981d2b3308edb0d0a68f7bdce4f2c99110de6940 and fixes the warnings that generated. commit 53bc986ce5f9725d7117356e28224ac898f9c9bf Author: William Hubbs Commit: William Hubbs Clean default env_whitelist The whitelist of environment variables we pass to service scripts included several unnecessary variables. The default whitelist now includes EERROR_QUIET, EINFO_QUIET, IN_BACKGROUND and IN_HOTPLUG. X-Gentoo-Bug: 569542 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=569542 commit 981d2b3308edb0d0a68f7bdce4f2c99110de6940 Author: William Hubbs Commit: William Hubbs rc: clean up compiler warnings The get_systype(), detect_container(), detect_prefix() and detect_vm() functions need to return "char *" instead of "const char *". commit 5d3e85bc310e12411135e98a397b35fb920a72a3 Author: William Hubbs Commit: William Hubbs add ignore patterns for init.d directory commit 000503fad72e4eb2ef956a24df358be84b2a9493 Author: William Hubbs Commit: William Hubbs Convert OpenRC to a centralized copyright/license structure In the past, OpenRC was a hybrid of a centralized and file-scope license/copyright structure. I followed the instructions from the Software Freedom Law Center [1] to convert to a Centralized structure where possible, for easier future maintenance. [1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html commit 065f034059d7ca26bbb985158c5d361ff75df186 Author: William Hubbs Commit: William Hubbs format fix commit fe32ef8e09a2edf2690a3b281cea0be84a5541ca Author: William Hubbs Commit: William Hubbs FEATURE-REMOVAL-SCHEDULE: create section for librc API functions commit c45313dfa9880c4aedb72da1b2ac3159eee05a93 Author: Rick Farina (Zero_Chaos) Commit: William Hubbs netmount: use want dependency to start nfsclient add in parsing of fstab to determine if nfsclient should be automatically started so that netmount can mount nfs without adding nfsclient to the default runlevel This fixes #71. commit 3ef2bbfb19fe3ca0c169f9dcf48b70a59321a5d1 Author: William Hubbs Commit: William Hubbs Add note about deprecating rc_getline() commit cc9c23c8484ea7d07b1f8e54bcab46cc31ec727d Author: William Hubbs Commit: William Hubbs Complete support for rc.conf.d - gendepends.sh needs to read this directory to allow dependencies to be overridden - init.sh for Linux and Bsd need to read it to allow config settings they use to be overridden. commit 935252b1152b4086ccbe76ace21e677d7ac8a357 Author: William Hubbs Commit: William Hubbs Add note about removing rc_sys() from librc commit 0d202b5711228bb047140430ea8fe4f749503fb4 Author: William Hubbs Commit: William Hubbs Update feature-removal-schedule wrt mtab service commit f9bdb072e8d88079a20834fe921d43e326a9a18a Author: William Hubbs Commit: William Hubbs rc.map: remove references to rc_sys_v{1,2} commit 9f6e05671d6d48faa7b83aec05a637bcdfcb3f82 Author: William Hubbs Commit: William Hubbs Convert rc_sys() calls to detect_container() and detect_vm() commit 8addd7913a743b75ef3854ab4a96fea81cc5245d Author: William Hubbs Commit: William Hubbs Create detect_container() and detect_vm() functions These functions replace rc_sys so that we can detect containers and vms separately. Also, we copy file_regex() to rc-misc.c and open it to all operating systems. commit 83cd7145e3e7c3ac453b6a87214cf5704e3875ce Author: William Hubbs Commit: William Hubbs Rename bootlevel variable in _usage.c In src/rc/_usage.c, we were using bootlevel as the variable to hold the return value of rc_sys. This changes the variable name to systype because this function returns a system type, not a runlevel. commit a67e3495d0b54ac83a00fc04aef50951646814ad Author: William Hubbs Commit: William Hubbs Increment version number commit a1acdeb92ead07f2dc60cb9796aaf5b4ea377713 Author: William Hubbs Commit: William Hubbs update ChangeLog commit b810473e4f7218afbb7047890860c15a8c45472b Author: William Hubbs Commit: William Hubbs man/openrc-run.8: Clarify documentation on dependencies and keywords Provide an example of using the -containers keyword and clarify documentation on some of the dependency functions. commit 627e925463068e754ffd869f99a43634d6d9631e Author: William Hubbs Commit: William Hubbs add support for -containers keyword commit f5cf1136e70502ee530f20f0434f312611b12b51 Author: William Hubbs Commit: William Hubbs Use systype variable for rc_sys call commit a4038e11712d4c3f87f541f90be0b88f2903b82d Author: William Hubbs Commit: William Hubbs rc.conf.Linux: document the rkt keyword commit a0cf8f91246ff4487b36d6432dab787e5b10957d Author: William Hubbs Commit: William Hubbs Add detection for rkt containers commit 9fedb3b40b5983372b2c2de29dfe321c6dfaadf4 Author: William Hubbs Commit: William Hubbs Add detection for docker containers commit 635e33cdc8f18bb290756633ce0714c496383cfb Author: William Hubbs Commit: William Hubbs librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sys These functions were never meant to be used outside of OpenRC, and they were added when we thought we were going to do away with the automatic detection of subsystems. Since the autodetection is not going away, we can combine these functions into rc_sys. commit bd9456ff3172cc88f32d67bd4e789e2beee43595 Author: William Hubbs Commit: William Hubbs rc-functions.sh: add support for user-defined want dependencies commit 33d3f33b3ca7dd2ce616b8182d588d0743c2f124 Author: Ian Stakenvicius Commit: William Hubbs Implement "want" dependency The want dependency is similar to the use dependency. If a service script, for example called service1, adds "want service2" to its depend function, OpenRC will attempt to start service2, if it exists on the system, when service1 is started. However, service1 will start regardless of the status of service2. X-Gentoo-Bug: 406021 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=406021 commit ddb895b355e02c9c07b00bfaf00d1bf8a7abbc03 Author: William Hubbs Commit: William Hubbs conf.d/netmount: typo fix X-Gentoo-Bug: 564846 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=564846 commit 085d77f17e3bedd23ffa96fe7e4eb8515ae8bfc6 Author: Benda Xu Commit: William Hubbs Standardize macro tests for gnu hurd This also fixes breakage of GNU/hurd builds introduced by commit 3f82edbeb92. commit c831f1f994e187afd8edfff15e4063b99440bbcb Author: William Hubbs Commit: William Hubbs librc: rework overriding rc.conf options from the kcl Rename the rc_conf_override function to describe its purpose better, drop one conditional compile by making it available everywhere, and move the call to it after the optional rc.conf.d directory is processed. commit 591aea28215a8b5ad8660184dc6f6f15ff0c18b4 Author: William Hubbs Commit: William Hubbs librc: Remove redundant code from rc_config_load commit c09eeca49145b034df6527c500099ba22f28e824 Author: William Hubbs Commit: William Hubbs Add rc.conf.d support This makes it possible to override settings in rc.conf by adding a directory @SYSCONFDIR@/rc.conf.d and putting files in this directory. The files will be processed in lexical order, and the last setting in these files will be used. commit 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c Author: William Hubbs Commit: William Hubbs consolefont: add after modules to dependencies X-Gentoo-Bug: 559540 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540 commit ee944553a9ea35622046bd1ab5657fd416a7019a Author: William Hubbs Commit: William Hubbs bootmisc: optionally save the previous dmesg log X-Gentoo-Bug: 561204 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561204 commit 6cae41a4e63510cdcf3af1153d6e8300435e1838 Author: William Hubbs Commit: William Hubbs etc/rc.conf: Clean up documentation for rc_hotplug X-Gentoo-Bug: 554540 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554540 commit 960881fcfe974178c0846a816663a258cdd488cc Author: William Hubbs Commit: William Hubbs Add net-online service commit d26013494db8ea8699db9815ef4c4b0eb2f55e7f Author: William Hubbs Commit: William Hubbs mtab: typo fix commit b29b2fb3cb3e73b4453483ced908f0ef10e47e9c Author: William Hubbs Commit: William Hubbs mtab: make /etc/mtab as a file configurable commit 7da72ce487a8d92d992e7fd3db881c198ae02609 Author: William Hubbs Commit: William Hubbs openrc-run.sh: fix new required_* tests to exit properly commit fc777aeaf3e6e2d47f4599acfe6c8d1bf5bc760a Author: William Hubbs Commit: William Hubbs typo fix X-Gentoo-Bug: 563010 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563010 commit 9d53d436ae22d6f0f6fc1537e836dd1b4d31cf35 Author: William Hubbs Commit: William Hubbs sysfs: consolidate cgroup processing code in a single function commit b81317bdf8e3eed8b8ff2bef757ba29f362ed297 Author: William Hubbs Commit: William Hubbs mountinfo: make sure the netdev variable is initialized on Linux This fixes the following regression: X-Gentoo-Bug: 562668 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562668 commit 29f7e335927d4c1fb151124de8cdf01fb87723fa Author: William Hubbs Commit: William Hubbs openrc-run.sh: allow spaces in required_{files,dirs} X-Gentoo-Bug: 562320 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562320 commit 850ca030777cb0c3e2fb03d9ab1f0ccee7b89e93 Author: William Hubbs Commit: William Hubbs increment version number commit 050ddfae4ad1ad0dc5993766e0bd90739bd41de9 Author: William Hubbs Commit: William Hubbs Update ChangeLog commit d5116cc697c9eb275ab8497939ab41504e5ce578 Author: William Hubbs Commit: William Hubbs localmount: white space cleanup commit b86d170037197d7bdcda57c7d4c09c17bda97f31 Author: Ian Stakenvicius Commit: William Hubbs localmount: clean up handling of aufs branches X-Gentoo-Bug: 560008 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=560008 commit 6fa0d6318bcd5c98548cff2ff840bca116892ca5 Author: William Hubbs Commit: William Hubbs mtab: fix update logic This advises users to remove mtab from their runlevels if /etc/mtab is a symlink, and it creates the symlink if /etc/mtab does not exist on a system. X-Gentoo-Bug: 560060 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=560060 commit 80d3928b0d13f09a9c1e82bd27c9fff943d84d43 Author: Austin S. Hemmelgarn Commit: William Hubbs cgroups: Add the hugetlb, net_cls and pids controllers Note from WilliamH: I slightly rearranged the code and added the settings in rc.conf. X-Gentoo-Bug: 555488 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=555488 commit 17ef205bc63a4e231dccee719394a7a8563f8c3f Author: William Hubbs Commit: William Hubbs sysfs: use printf instead of echo to write to cgroup files This is needed for compatibility with musl and printf is also posix. X-Gentoo-Bug: 562334 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562334 commit b20a1951adf9a705a903fb3047b7ef26c013103c Author: William Hubbs Commit: William Hubbs rc-cgroup.sh: Do not add leading spaces to cgroup values We were starting the value we write to the cgroup setting file with leading spaces and this was causing issues. This change makes sure that we aren't adding leading spaces to the value. X-Gentoo-Bug: 562354 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=562354 commit bf0c0dd5644436efe4986c2b259b755d111266b9 Author: William Hubbs Commit: William Hubbs bootmisc: convert errors in clean_run function to warnings X-Gentoo-Bug: 552418 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=552418 commit 1558ad2b9ebf319b85876a940d31d513bf21324f Author: William Hubbs Commit: William Hubbs bootmisc: only remove temp directory if umount is successful Change the clean_run function to only remove the temp directory if the umount was successful. X-Gentoo-Bug: 561230 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561230 commit 5f4f2420364098835522da868a9e75205c9e4f9c Author: William Hubbs Commit: William Hubbs mountinfo: fix --netdev and --nonetdev on Linux On Linux, the --netdev and --nonetdev switches were not working. They were both returning false. After this change, they operate based on the presence or abscence of the _netdev option in mount options. commit b3f7ff901f7d3ed00b9f73c601193ac507f62eaf Author: William Hubbs Commit: William Hubbs mountinfo: read /proc/self/mounts instead of /proc/mounts on Linux commit a59365a582c3a8c9a8b863b572fddcb65fccadfd Author: William Hubbs Commit: William Hubbs start-stop-daemon.sh: complain in start if command is undefined The default start-stop-daemon start function expects the command variable to be defined to point to the daemon we want to start. If the variable is undefined, this means that there will be nothing to start, and in this case we should complain because it is possible that the script writer made a typo in the variable name. commit dac5966ca40610797d2b2aabef17154ca3dc20af Author: William Hubbs Commit: William Hubbs Revert "local/netmount: remove uses of -O [no]_netdev" This reverts commit 2a439c85bd69efc14847b4397bd6783cac051405. There is another use case for -O involving iscsi, so we can't remove it. commit 3b6a6df4b5b818e576a88444632d5c73cffd1c57 Author: William Hubbs Commit: William Hubbs openrc-run: rename some dependency variables and a function for clarity All of the dependency type lists had the types_ prefix in their names; this has been changed to deptypes_ to make them more self documenting. Along the same lines, the setup_types function was renamed setup_deptypes. commit b047ea47e97d7e8b96d6d0e064613f6860c8eb36 Author: William Hubbs Commit: William Hubbs localmount/netmount: on Linux, fail if some file systems do not mount The following return codes are returned by mount -a: 0: all file systems mounted. 32: no file systems mounted. 64: some file systems mounted. The localmount/netmount services should fail if all file systems that should mount did not mount. commit b652752339690e10a55ae50d046f4cf2a98daf1a Author: William Hubbs Commit: William Hubbs Make localmount and netmount always succeed on non-linux commit 2a439c85bd69efc14847b4397bd6783cac051405 Author: William Hubbs Commit: William Hubbs local/netmount: remove uses of -O [no]_netdev This was causing an incompatibility with busybox, and we do not use it in Gentoo. commit 7341cd882fba522c1f1d183603334839bd4df7fc Author: William Hubbs Commit: William Hubbs allow localmount and netmount to fail commit 279f1e5d1013309d99509ab4b7b57521f8a4aba4 Author: Mike Frysinger Commit: William Hubbs binfmt: fix indent on return commit c256a7aa80c683eca6194c80b57294e4d51c9a16 Author: Doug Freed Commit: Doug Freed savecache: clean up implementation X-Gentoo-Bug: 557222 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=557222 commit 6a422982579786cb8308af04ccca6622afa06e50 Author: Jason Zaman Commit: Doug Freed tmpfiles: run restorecon on the entire path The tmpfiles "d" entry will create a full path and only the last dir in the path will have its SELinux label set correctly. This patch will restorecon the parents as well so that the selinux labels are correct. eg, "d /run/libvirt/lxc", then "lxc" would have the correct SELinux label but "libvirt" would not. Signed-off-by: Jason Zaman commit f69833a1e17d1cf65e96a34fcc0e48caf9d90d64 Author: William Hubbs Commit: William Hubbs mountinfo: fix -e and -E options Add the -e and -E options to getoptstring so they are recognized. commit eeadca0b8a5b87c26e60a58563251604350a7a3b Author: William Hubbs Commit: William Hubbs Add EERROR_QUIET and EINFO_QUIET to environment whitelist commit dde339070b4850dc1fadf4992cc01d3468992106 Author: William Hubbs Commit: William Hubbs Increment version commit 1736be3bc3ebbc1440f87b49fc353e81fb0a6037 Author: Doug Freed Commit: Doug Freed savecache: Fix unable to create cache message The cache is created in $RC_LIBEXECDIR, not $RC_SVCDIR, so fix the error message when we fail to create it to match. commit a36a635b016a7427dd1739a26c951fedf22f0dec Author: Mike Gilbert Commit: Doug Freed tmpfiles: Recognize type 'v' (create btrfs subvol) This change does NOT implement btrfs subvol creation. Instead, it treats 'v' the same as 'd', which is an acceptable fallback according to the manual. Fixes #58 commit 9310ccc06bcadd8897aed51cd51c94fccb7d9c07 Author: Mike Gilbert Commit: Doug Freed Remove execute bit from tmpfiles.sh.in commit 0c2e4eb3cd7935d375b74099a3a9a5fe519e6cab Author: William Hubbs Commit: William Hubbs Update ChangeLog commit d2ce07e227ec95370e8aee5f1199edc6ad61aff9 Author: William Hubbs Commit: William Hubbs Add rc-sstat script The rc-sstat script is written to display status of s6 services and run rc-status to display all services status. This currently only works on Linux. commit b209fe3859c05c286037843bb34058f849c54b15 Author: Mike Gilbert Commit: William Hubbs bootmisc: Don't call dmesg in systemd-nspawn containers This fixes #57. commit c94c8288cd5217b01c24d6f048c64ebbc30bee02 Author: Mike Frysinger Commit: Mike Frysinger fix link to s6 website commit bcb9c44e73ccf332c7c961a6f82520699c6e776d Author: Mike Gilbert Commit: William Hubbs man: Document the stopsig variable This variable can be used to set the signal to send if the service is using start-stop-daemon. This fixes #56