Page MenuHomeFreeBSD

service: Add new -x option
AbandonedPublic

Authored by manu on Jan 31 2023, 3:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 18, 1:27 PM
Unknown Object (File)
Wed, Mar 18, 9:08 AM
Unknown Object (File)
Tue, Mar 17, 10:47 PM
Unknown Object (File)
Tue, Mar 17, 3:14 PM
Unknown Object (File)
Mon, Mar 16, 8:52 PM
Unknown Object (File)
Tue, Mar 3, 4:24 PM
Unknown Object (File)
Tue, Mar 3, 4:12 PM
Unknown Object (File)
Tue, Mar 3, 4:12 PM

Details

Reviewers
freebsd_igalic.co
Group Reviewers
rc
Summary

This option cause service to not warn or exit with 1 if the service
file doesn't exists.
This is useful for pkgbase environment as a user might not have/want
every package installed.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49357
Build 46247: arc lint + arc unit

Event Timeline

manu requested review of this revision.Jan 31 2023, 3:17 PM
freebsd_igalic.co added inline comments.
usr.sbin/service/service.sh
48

do not —> does not

184

maybe the output would still be good to have?

This revision now requires changes to proceed.Jan 31 2023, 4:49 PM
cy added inline comments.
usr.sbin/service/service.sh
48

s/do not exists/does not exist/