William Hubbs
316903fbf0
man/openrc-run.8: typo fix
2016-09-22 10:30:41 -05:00
William Hubbs
66a9788435
man/openrc-run.8: Add note about eval usage
...
This fixes #77 .
2016-09-21 13:33:39 -05:00
William Hubbs
bf73363f22
Add --use-blacklist to modprobe calls in modules and modules-load
...
This means that we will honor the modprobe black lists.
X-Gentoo-Bug: 594012
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=594012
2016-09-20 13:15:39 -05:00
William Hubbs
d6c30ab12a
Revert "Remove eval calls from supervisor start functions"
...
This reverts commit 0d1f1010c2
.
We need the eval in case someone uses something like:
command_args="this \"is a\" test"
This is related to #77 .
2016-09-20 11:33:56 -05:00
William Hubbs
0d1f1010c2
Remove eval calls from supervisor start functions
...
This fixes #77 .
2016-09-19 18:03:57 -05:00
William Hubbs
83bb827edf
Revert "Disable parallel startup in interactive mode"
...
This reverts commit 8b4fc05ff2
.
The original commit did not explain why this feature was disabled, and I
now have a request to enable it.
This fixes #24 .
2016-09-19 12:09:05 -05:00
William Hubbs
c146b96691
Add command_progress variable
...
If this is set to yes, 1, true, or on, start-stop-daemon will display a
progress meter while waiting for a daemon to stop.
2016-09-16 14:23:09 -05:00
Doug Freed
6cabaf274d
rc-misc: allow EINFO_VERBOSE through too
2016-09-16 09:51:03 -04:00
Doug Freed
1edb5f6fd9
rc-misc: Allow EINFO_COLOR through env_filter()
...
This allows rc-service -C <service> <action> to properly not print color
messages.
Fixes #93
2016-09-14 22:48:56 -04:00
William Hubbs
c4d7e02abd
Fix permission checks for cgroups
...
This is needed because containers may give read access to cgroups but
not allow the settings to be changed.
2016-09-14 12:34:42 -05:00
William Hubbs
a4e0d675e1
man/openrc-run.8: update variable documentation
...
- document command_args_background and command_user.r
- clarify documentation for command_background
This fixes #78 .
2016-09-13 14:02:10 -05:00
William Hubbs
8a8032478a
Make use of name vs RC_SVCNAME consistent in supervisor scripts
...
This fixes #79 .
2016-09-13 12:52:10 -05:00
William Hubbs
ac53c9a658
sh/init.sh: fix the test for cache restoration
...
This fixes the test for cache restoration since we are no longer caching
the dependency tree.
2016-09-12 12:58:31 -05:00
William Hubbs
b02ff466fa
savecache: stop saving the dependency tree
...
This fixes #85 .
2016-09-12 12:58:31 -05:00
William Hubbs
6bd0f2d096
init.d/procfs: typo fix
2016-09-12 12:58:01 -05:00
frickler01
63f8ae466f
Format code blocks and variable/path notations
...
Add markdown backticks for commands, variable names and path as well
as code blocks for better readability.
This fixes #97 .
2016-09-08 19:27:47 -05:00
William Hubbs
841b883825
hwclock: fix module load warning
2016-09-08 13:36:13 -05:00
William Hubbs
ba10793b0b
init.d/procfs: fix binfmt_misc module load warning
...
This reworks the logic so that the warning about configuring the
binfmt_misc module is only displayed if the module actually has to be
loaded.
2016-09-08 11:53:20 -05:00
William Hubbs
d4d5593238
sh/openrc-run.sh: read global configuration settings first
...
X-Gentoo-Bug: 503134
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=503134
2016-09-06 13:34:25 -05:00
William Hubbs
d5db5489be
init.d/swap: do not unmount all tmpfs file systems
...
X-Gentoo-Bug: 568162
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=568162
2016-09-05 13:39:51 -05:00
William Hubbs
d06db93d59
remove swapfiles service
...
The swapfiles service was basically a copy of the swap service, so this
commit consolidates the functionality into the swap service.
X-Funtoo-Bug-URL: https://bugs.funtoo.org/browse/FL-2523
X-Gentoo-Bug: 568162
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=568162
2016-09-05 13:39:51 -05:00
Martin Väth
8c14d0c476
Fix typo in RC_UNAME check of modules-load
...
The $RC_UNAME "Linux" had been misspelled as "linux".
As a consequence, entries in e.g. /etc/modules-load.d failed to
load any module succesfully under Linux(!)
2016-08-30 19:47:13 +02:00
William Hubbs
04debf6f25
another news typo fix
2016-08-30 09:15:34 -05:00
Doug Freed
c289774b00
modules-load: handle comments better
...
This handles comments without a trailing space after the comment
character.
Reported-By: josef64
2016-08-26 15:23:54 -04:00
William Hubbs
9dd8ee330d
typo fix
2016-08-25 21:05:45 -05:00
William Hubbs
5d5856c193
Update news file
...
Add information on modules-load service and more explanation about
dealing with the rc -> openrc and runscript -> openrc-run transitions.
2016-08-25 17:33:04 -05:00
William Hubbs
686e172207
init.d: add modules-load to ignore patterns
2016-08-25 17:04:06 -05:00
William Hubbs
fef6268f8d
modules-load.d: cleanups
...
Move list of directories to a local variable and create the fn variable
to use for an individual file name rather than using path.
2016-08-25 16:12:33 -05:00
William Hubbs
556dbff99d
Add modules-load.d support
2016-08-25 12:08:44 -05:00
William Hubbs
69ac78d76a
openrc-run: make runscript warning respect quiet option
...
X-Gentoo-Bug: 591414
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=591414
2016-08-25 11:04:48 -05:00
William Hubbs
4018dfc8de
init.d/hostname: do not use localhost as a default hostname
...
This allows the operating system default hostname to be used if no
hostname is configured.
2016-08-24 13:43:11 -05:00
William Hubbs
353bb9bc9a
init.d/hostname: add support for /etc/hostname
2016-08-23 13:22:19 -05:00
William Hubbs
73cdf10f1f
Deprecate automatic loading of modules
...
In the hwclock, procfs and sysfs service scripts, we automatically
attempt to load the kernel modules we need before we take any action. We
shouldn't do this, because there are systems which do not use kernel
modules and do not have the kmod package installed.
With this change, we continue to load the modules ourselves, but we warn
the admin that they need to be added to /etc/conf.d/modules or built
into the kernel.
In the future, this automatic loading will be dropped.
X-Gentoo-Bug: 342313
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=342313
2016-08-19 11:08:27 -05:00
Raymond Jennings
1a55d46645
local.d/README: typo fix
...
X-Gentoo-Bug: 591258
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=591258
2016-08-15 13:47:06 -05:00
William Hubbs
cae3976ef1
init.d: Add runsvdir to ignore patterns
2016-07-31 14:02:30 -05:00
William Hubbs
da28a3d367
init.d: initial service adjustments for docker support
...
Add -docker keyword to the same scripts that have -lxc keyword.
2016-07-31 13:01:17 -05:00
William Hubbs
ca8c29ee60
librc: fix Docker auto detection
...
The original auto detection of Docker containers assumed the presence of
a container environment variable. However, Docker-1.12 does not
implement this, and I'm not sure which versions of docker implemented
it.
The new test is for the presence of a file named .dockerenv in the
root directory.
2016-07-31 12:24:56 -05:00
William Hubbs
f62253b833
Add support for runit
...
X-Gentoo-Bug: 501364
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=501364
2016-07-27 16:26:26 -05:00
William Hubbs
f2c2e2dd5a
init.d/sysctl.in: typo fix
2016-07-27 14:09:24 -05:00
Kenneth Lakin
94b98430cb
start-stop-daemon: Add SSD_IONICELEVEL
...
This is the disk IO counterpart to SSD_NICELEVEL.
Modified by William Hubbs to add the variable to the start-stop-daemon
man page.
This fixes #69 .
2016-07-26 12:30:39 -05:00
William Hubbs
b19d0a40d7
init.d/loopback: remove unnecessary stop function
2016-07-26 11:14:50 -05:00
Martin Väth
0c229faf7e
tmpfiles.sh: Support lines with q Q h H
...
btrfs support is not implemented yet (for q Q v), but at least tmpfiles.sh
no longer chokes about tmpfiles.d lines of recent systemd versions
This fixes #87 .
2016-07-26 10:53:54 -05:00
Mike Gilbert
3092e310ac
tmpfiles: Accept filenames as command line arguments
...
This brings us closer to being able to use tmpfiles.sh as a full
replacement for systemd-tmpfiles.
This closes #83 .
2016-07-25 15:37:18 -05:00
Mike Gilbert
671911762d
tmpfiles: Process command line before gathering config files
...
This is part of #83 .
2016-07-25 15:37:02 -05:00
Mike Gilbert
7d68839e9e
tmpfiles: Make unrecognized options fatal
...
This is part of #83 .
2016-07-25 15:36:44 -05:00
Jakub Jirutka
5341a925c1
s6-guide: fix typo
...
This fixes #92 .
2016-07-25 13:52:38 -05:00
Doug Freed
3adb8fb389
rc-logger: refuse to cat TMPLOG into itself
...
This prevents an infinite loop in case somebody decides to set
rc_log_path to match TMPLOG.
2016-07-24 02:27:53 +00:00
William Hubbs
8927a37fb7
etc: remove rc.conf.* file fragments
2016-07-20 15:38:36 -05:00
William Hubbs
b085b2cda5
etc: create default rc.conf
...
Before now, /etc/rc.conf was created by the build system from multiple
rc.conf.* file fragments and there was no reason for this.
2016-07-20 15:37:50 -05:00
William Hubbs
daf9397764
init.d: combine sysctl scripts
...
We had separate sysctl scripts for each operating system. However, there
is no need to do this since we can detect the operating system at
runtime with $RC_UNAME.
2016-07-19 16:21:48 -05:00