Page MenuHomeDevCentral

Allow PATH in rc service environment
ClosedPublic

Authored by dereckson on Jun 12 2024, 23:53.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 1, 22:01
Unknown Object (File)
Thu, Mar 27, 00:34
Unknown Object (File)
Wed, Mar 26, 01:52
Unknown Object (File)
Tue, Mar 25, 16:45
Unknown Object (File)
Mon, Mar 24, 20:47
Unknown Object (File)
Sun, Mar 23, 04:56
Unknown Object (File)
Thu, Mar 20, 21:40
Unknown Object (File)
Thu, Mar 20, 09:47
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
Lint Not Applicable
Unit
Tests Not Applicable

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.