After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314958 - should probably add sbin to the path too
should probably add sbin to the path too
Status: RESOLVED WONTFIX
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2005-08-31 16:36 UTC by Luis Villa
Modified: 2005-11-01 23:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add sbin to the path (549 bytes, patch)
2005-08-31 16:37 UTC, Luis Villa
none Details | Review
As dave says, I am not an engineer. (549 bytes, patch)
2005-09-01 12:32 UTC, Luis Villa
none Details | Review

Description Luis Villa 2005-08-31 16:36:30 UTC
In poking at the hal bits, I noted that my jhbuilt sbin is not in my path. Would
be good to have that (for hald at least), and I can't think of a downside, so
attached is a patch. [Not really tested since I have a slew of other hal/jhbuild
issues atm.]h
Comment 1 Luis Villa 2005-08-31 16:37:21 UTC
Created attachment 51617 [details] [review]
patch to add sbin to the path
Comment 2 James Henstridge 2005-09-01 00:06:27 UTC
There doesn't seem to be anything in $sbindir that a user would normally
execute.  What is the upside to adding it?
Comment 3 Luis Villa 2005-09-01 00:14:05 UTC
'sudo jhbuild run hald' would work at that point, I believe, though I haven't
actually tested it, and that's necessary to test/run the jhbuilt hald.
Comment 4 Luis Villa 2005-09-01 12:32:51 UTC
Created attachment 51657 [details] [review]
As dave says, I am not an engineer.