Page MenuHomeDevCentral

Allow PATH in rc service environment
ClosedPublic

Authored by dereckson on Jun 12 2024, 23:53.
Tags
None
Referenced Files
F34919762: D3333.diff
Fri, Jul 3, 23:53
F34913264: D3333.id.diff
Fri, Jul 3, 22:31
F34900971: D3333.id8573.diff
Fri, Jul 3, 19:49
Unknown Object (File)
Thu, Jul 2, 08:52
Unknown Object (File)
Thu, Jul 2, 05:36
Unknown Object (File)
Thu, Jul 2, 05:14
Unknown Object (File)
Thu, Jul 2, 05:14
Unknown Object (File)
Sat, Jun 27, 20:46
Subscribers
None

Details

Summary

FreeBSD rc service allows to use <service name>_env variable to modify
environment, and already call env for that, so there is no need
to call a second time env.

This fixes an issue where $PATH wasn't defined, and so any command not
called with absolute path failed when called from a HTTP request.

Fixes T1968.

Test Plan

Tested on Hervil, git is now found

Diff Detail

Repository
rALK Alkane
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
T1968-env
Build Status
Buildable 5274
Build 5555: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jun 12 2024, 23:54
This revision was automatically updated to reflect the committed changes.