History log of /freebsd/usr.sbin/service/service.8 (Results 1 – 25 of 38)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c013ca2c 24-Sep-2024 Graham Percival <gperciva@tarsnap.com>

manuals: Fix typos in -offset for .Bd and .Bl

The intended value is:
-offset indent
If there's any typo such that the value doesn't match the pre-defined
strings, then the offset is the same wid

manuals: Fix typos in -offset for .Bd and .Bl

The intended value is:
-offset indent
If there's any typo such that the value doesn't match the pre-defined
strings, then the offset is the same width as the value. So by chance,
"-offset -ident" ended up being a standard-width indent (since the
default indent is 6 chars, and "-ident" also has 6 chars), whereas
"-offset -indent" had a longer indent, and "-offset ident" had a shorter
one.

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
MFC after: 3 days
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1436

show more ...


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0
# a84e01f0 14-Jan-2024 Lexi Winter <lexi@le-Fay.ORG>

service(8): direct user to rc(8) for a list of valid commands

New users may refer to service(8) to discover how to manage services,
but this manpage does not explain which commands are permitted bes

service(8): direct user to rc(8) for a list of valid commands

New users may refer to service(8) to discover how to manage services,
but this manpage does not explain which commands are permitted besides
start/stop (for example, 'enable'). Add a paragraph that directs the
reader to rc(8) to discover this.

While here, add a few examples of common use-cases.

Reported by: Mina Galić <freebsd@igalic.co>
Pull request: https://github.com/freebsd/freebsd-src/pull/1057

show more ...


Revision tags: release/14.0.0
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


Revision tags: release/13.2.0
# 194e059b 30-Nov-2022 Alexander Leidinger <netchild@FreeBSD.org>

service: Add -E option to set environment variables before starting a service.

This allows for quicker testing/debugging of rc scripts and is a pre-req
for automatic service jails.

Differential Rev

service: Add -E option to set environment variables before starting a service.

This allows for quicker testing/debugging of rc scripts and is a pre-req
for automatic service jails.

Differential Revision: https://reviews.freebsd.org/D40369
Reviewed by: se

show more ...


Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# 808108da 09-Nov-2021 Hans Petter Selasky <hselasky@FreeBSD.org>

service(8): Bump date after commit 66d795ec191b994f317b0ad812bb6e7943347c1f .

Differential revision: https://reviews.freebsd.org/D32582
MFC after: 1 week
Sponsored by: NVIDIA Networking


# 66d795ec 09-Nov-2021 Hans Petter Selasky <hselasky@FreeBSD.org>

service(8): Fix typo in man page.

Differential revision: https://reviews.freebsd.org/D32582
Submitted by: christos@
MFC after: 1 week
Sponsored by: NVIDIA Networking


Revision tags: release/13.0.0
# bce5d6aa 16-Jan-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

service.8: Use entire section of literally displayed text

.Dl indents literal display text for one line, but .Bd can do it for a
whole subsection.

Pointy hat to: debdrup
Reported by: 0mp
Reviewed b

service.8: Use entire section of literally displayed text

.Dl indents literal display text for one line, but .Bd can do it for a
whole subsection.

Pointy hat to: debdrup
Reported by: 0mp
Reviewed by: 0mp
Differential Revision: https://reviews.freebsd.org/D28198

show more ...


# c6a112cf 16-Jan-2021 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

service.8: Provide example for adding completions to (t)csh

service(8) has an example for bash completion, however bash is third
party and in /usr/share/examples/csh/dot.cshrc is a working example f

service.8: Provide example for adding completions to (t)csh

service(8) has an example for bash completion, however bash is third
party and in /usr/share/examples/csh/dot.cshrc is a working example for
csh.

Since I use (t)csh, I've tested it, and it works for me.

PR: 179497
Submitted by: ohauer@

Reviewed by: kp (tentatively)
Differential Revision: https://reviews.freebsd.org/D28197

show more ...


Revision tags: release/12.2.0
# a97dcd59 23-Jun-2020 Mateusz Piotrowski <0mp@FreeBSD.org>

Fix a typo and sort options

MFC after: 1 week


Revision tags: release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 91339aaf 01-Jun-2018 Eitan Adler <eadler@FreeBSD.org>

service(1): Improve manual page

* Sort options..
* Fix some typos.
* Use one Bd macro for code blocks instead of a bunch of Dl macros.
* Improve formatting.
* Clarify 'jail' argument

PR: 228552
Su

service(1): Improve manual page

* Sort options..
* Fix some typos.
* Use one Bd macro for code blocks instead of a bunch of Dl macros.
* Improve formatting.
* Clarify 'jail' argument

PR: 228552
Submitted by: 0mp
MFC After: 3 weeks

show more ...


# 65136f65 15-Jan-2018 Kyle Evans <kevans@FreeBSD.org>

service(8): Add support for interfacing with services in jails

Provide a -j option that can take a jail name or id. If -j is specified,
check that the jail exists and proxy the service request throu

service(8): Add support for interfacing with services in jails

Provide a -j option that can take a jail name or id. If -j is specified,
check that the jail exists and proxy the service request through to
service(8) in the jail.

This allows for cleaner workflows when updating services in a jail, turning
the following:

pkg -j dns upgrade
jexec dns service named restart

into:

pkg -j dns upgrade
service -j dns named restart

PR: 223325
Submitted by: David O'Rourke (with slight changes)
MFC after: 2 weeks

show more ...


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0
# 246e7a2b 02-Sep-2014 Neel Natu <neel@FreeBSD.org>

IFC @r269962

Submitted by: Anish Gupta (akgupt3@gmail.com)


# ee7b0571 19-Aug-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Merge head from 7/28


# 1b833d53 13-Aug-2014 Alexander V. Chernikov <melifaro@FreeBSD.org>

Sync to HEAD@r269943.


Revision tags: release/9.3.0
# 716fe6dc 19-Jun-2014 Steven Kreuzer <skreuzer@FreeBSD.org>

Use Mt macro to properly format mailto links

Approved by: hrs (mentor)


Revision tags: release/10.0.0, release/9.2.0
# cfe30d02 19-Jun-2013 Gleb Smirnoff <glebius@FreeBSD.org>

Merge fresh head.


Revision tags: release/8.4.0
# d241a0e6 26-Feb-2013 Xin LI <delphij@FreeBSD.org>

IFC @247348.


# d9a44755 08-Feb-2013 David E. O'Brien <obrien@FreeBSD.org>

Sync with HEAD.


# 46b1c55d 04-Jan-2013 Neel Natu <neel@FreeBSD.org>

IFC @ r244983.


# f292f6dd 12-Dec-2012 Xin LI <delphij@FreeBSD.org>

Add -R, an option to restart all enabled "local" services.

Discussed on: -rc@ (in September)
MFC after: 2 months


Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0
# fab4c373 16-Sep-2011 Peter Grehan <grehan@FreeBSD.org>

IFC @ r225592

sys/dev/bvm/bvm_console.c - move up to the new alt-break order.


# cf914969 15-Aug-2011 Justin T. Gibbs <gibbs@FreeBSD.org>

Integrate FreeBSD/head into projects/zfsd/head as of SVN revision 224870.


# 368397e8 06-Aug-2011 Doug Barton <dougb@FreeBSD.org>

Fix a silly typo on my part.

Approved by: re (hrs)


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0
# 134d45e8 11-Jun-2010 Ulrich Spörlein <uqs@FreeBSD.org>

mdoc nitpicking: the title argument shall be uppercase


Revision tags: release/7.3.0_cvs, release/7.3.0
# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


12