aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2019-02-15 14:21:43 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2019-02-15 14:21:43 -0600
commit427a1ce2995b376ed6d112c5c5b422217f815fbb (patch)
tree870ca16f825f6628d8e3877d44e7c27f07ebca20 /NEWS.md
parentf43cec34ca0201031fc10b584bcb391859f302cd (diff)
rc-status: add -f option to allow formatting output
The -f option can be used when showing the status of services in runlevels to allow making the output more easily parsable. Currently, the .ini format is the only one supported.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index ffb74f97..a51069c6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,6 +6,11 @@ the information in this file is in reverse order.
## OpenRC 0.41.
+This version adds the ability to format the output of rc-status when
+showing the status of services in a runlevel so that it may be parsed.
+Currently, the -f switch only accepts ini as an argument which
+causes the output to be in the .ini format.
+
This version adds an experimental build time switch to allow setting the
default shell to use for service scripts.
By default, this is set to /bin/sh if it is changed, the new shell must