summaryrefslogtreecommitdiff
path: root/man/rc-update.8
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-12-21 14:51:11 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-12-29 22:57:31 -0600
commit3470eda3f5cea437a6de132b1ead3f27effd3902 (patch)
treed360366f33bad25da13ff204c5ade7ce29098255 /man/rc-update.8
parentc096ad63caba72684010f446ecee87751da78e65 (diff)
downloadopenrc-3470eda3f5cea437a6de132b1ead3f27effd3902.tar.gz
openrc-3470eda3f5cea437a6de132b1ead3f27effd3902.tar.bz2
openrc-3470eda3f5cea437a6de132b1ead3f27effd3902.tar.xz
Rename runscript to openrc-runHEADmaster
This was requested by Debian, because the minicom software, which is available on Debian and other distros, has a binary named runscript. We are keeping a backward compatibility symlink for now, but this allows Debian or any other distro to safely remove the symlink. X-Gentoo-Bug: 494220 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=494220
Diffstat (limited to 'man/rc-update.8')
-rw-r--r--man/rc-update.84
1 files changed, 3 insertions, 1 deletions
diff --git a/man/rc-update.8 b/man/rc-update.8
index 459f069..3fa97a4 100644
--- a/man/rc-update.8
+++ b/man/rc-update.8
@@ -53,7 +53,8 @@ All services must reside in the
or
.Pa /usr/local/etc/init.d
directories.
-They must also conform to the OpenRC runscript standard.
+They must also be standard OpenRC scripts, meaning they must use
+openrc-run.
.Pp
.Bl -tag -width "Fl a , -delete service"
.It Ar add Ar service
@@ -87,6 +88,7 @@ option is given then we either add or remove the runlevel from the runlevel.
This allows inheritance of runlevels.
.Sh SEE ALSO
.Xr openrc 8 ,
+.Xr openrc-run 8 ,
.Xr rc-status 8
.Sh AUTHORS
.An Roy Marples <roy@marples.name>