summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-05-01 18:01:11 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-05-02 13:52:27 -0500
commita09a60c4cf6e390fc4c2964c4a7a3674214283ee (patch)
treecad62fbf73a64bb3c5354aba262d3ce3df6e66db /man
parent70628a875ba5ccf9fd3c9d702bc5c7471762270b (diff)
downloadopenrc-a09a60c4cf6e390fc4c2964c4a7a3674214283ee.tar.gz
openrc-a09a60c4cf6e390fc4c2964c4a7a3674214283ee.tar.bz2
openrc-a09a60c4cf6e390fc4c2964c4a7a3674214283ee.tar.xz
Add service applet
The service applet is equivalent to rc-service. This was added so that we will be more compatible with Debian and Fedora. Reported-by: cardoe@gentoo.org X-Gentoo-Bug: 468168 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=468168
Diffstat (limited to 'man')
-rw-r--r--man/Makefile2
-rw-r--r--man/service.81
2 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index 3ad717d..4110c8f 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -2,7 +2,7 @@ MAN3= einfo.3 \
rc_config.3 rc_deptree.3 rc_find_pids.3 rc_plugin_hook.3 \
rc_runlevel.3 rc_service.3 rc_stringlist.3
MAN8= rc-service.8 rc-status.8 rc-update.8 rc.8 runscript.8 \
- start-stop-daemon.8
+ service.8 start-stop-daemon.8
# Handy macro to create symlinks
# This does rely on correctly formatting our manpages!
diff --git a/man/service.8 b/man/service.8
new file mode 100644
index 0000000..cd9dfa8
--- /dev/null
+++ b/man/service.8
@@ -0,0 +1 @@
+.so rc-service.8