History log of /dflybsd-src/share/man/man8/rc.subr.8 (Results 1 – 13 of 13)
Revision Date Author Comments
# 9ef1e017 19-Mar-2022 Sascha Wildner <saw@online.de>

Fix some 'any more' vs. 'anymore' confusion in manpages and messages.


# 5a7b5cad 14-Feb-2022 Sascha Wildner <saw@online.de>

Remove unneeded .Ns macros in various manual pages.


# 52a88097 27-Jun-2020 Sascha Wildner <saw@online.de>

Fix various typos: a -> an


# a512831c 27-Nov-2016 Michael Neumann <mneumann@ntecs.de>

rc.subr: Add ${name}_env and ${name}_prepend.

${name}_env is an argument list which will be passed to env(1).
${name}_prepend is simply prepended to the command line for $command.

This fixes issues

rc.subr: Add ${name}_env and ${name}_prepend.

${name}_env is an argument list which will be passed to env(1).
${name}_prepend is simply prepended to the command line for $command.

This fixes issues I had with starting up www/h2o as described [here][1].

Taken-From: FreeBSD (commit 77616d41a2ce3744b35e68b8a3c12e562283a322)

[1]: https://github.com/DragonFlyBSD/DeltaPorts/issues/663

show more ...


# a4e8d389 31-Aug-2014 Peter Avalos <pavalos@dragonflybsd.org>

rc.subr: Add required_modules processing.

This will kldload appropriate modules, needed by some dports (e.g.
openvpn).

Obtained-from: FreeBSD


# 17ddce97 06-Aug-2014 Sascha Wildner <saw@online.de>

rc.subr: Add quietstart and pass through arguments to rc scripts.

None of our scripts handle additional arguments yet but it will be
needed for moused starting/stopping via devd(8) and for bluetooth

rc.subr: Add quietstart and pass through arguments to rc scripts.

None of our scripts handle additional arguments yet but it will be
needed for moused starting/stopping via devd(8) and for bluetooth
too.

Taken-from: FreeBSD

show more ...


# 225f540b 04-Mar-2012 Chris Turner <c.turner@199technologies.com>

Add 'one' behavior to rc.subr, update rc.subr.8 .

This permits configuring / running services without
requiring *_enable in rc.conf which is handy for non-automatic
services.

Obtained-from: NetBSD


# 02d57835 06-Sep-2008 Sascha Wildner <swildner@dragonflybsd.org>

Remove obsolete sentence about ports & improve wording.


# 5954f4e2 15-Jan-2008 Sascha Wildner <swildner@dragonflybsd.org>

Mention that '_enable' is not needed.


# 80d66f6b 23-Jun-2007 Sascha Wildner <swildner@dragonflybsd.org>

Use .Va for rc variables.


# 83edae5d 03-Mar-2007 Sascha Wildner <swildner@dragonflybsd.org>

Fix typo.


# 9bb2a92d 11-Mar-2004 Hiten Pandya <hmp@dragonflybsd.org>

Mega mdoc(7) update:

* Introduce a .Dx macro, for meaning `DragonFly'.

* Use the .Dx macro where we mean `DragonFly' and
revert to using .Fx where we mean `FreeBSD'.

* Update various sentenc

Mega mdoc(7) update:

* Introduce a .Dx macro, for meaning `DragonFly'.

* Use the .Dx macro where we mean `DragonFly' and
revert to using .Fx where we mean `FreeBSD'.

* Update various sentences, paragraphs to be in
context with DragonFly, and mention FreeBSD as
required in HISTORY sections.

* Fix mdoc(7) markup wherever possible.

* Use .Fx wherever possible, and minimize the use
of FreeBSD in favour of .Fx. Do the same for
`OpenBSD' and `NetBSD' by using `.Ox' and `.Nx'
respectively.

* Correct a confusion of `FreeBSD' is `DragonFly'
left by a previous commit to some of the manual
pages, by using the appropriate .Dx/.Fx entities.

NOTE: contrib/ and other manual pages such as sysintall(8)
manual pages are left untouched, because the former should
not be modified directly and the latter has reached
'End of Life' stage.

Submitted by:
Aaron Malone <aaron@munge.net>, Hiten Pandya <hmp@backplane.com>

show more ...


# be0696c1 01-Aug-2003 Robert Garrett <rob@dragonflybsd.org>

Add rc.subr to our list of most informative manpages