summaryrefslogtreecommitdiff
path: root/man/Makefile
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/Makefile
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/Makefile')
-rw-r--r--man/Makefile2
1 files changed, 1 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!