Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 429528 - www-servers/publicfile-0.52-r3 - daemontools launcher has wrong but hardcoded paths to binaries
Summary: www-servers/publicfile-0.52-r3 - daemontools launcher has wrong but hardcoded...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 428824
  Show dependency tree
 
Reported: 2012-08-02 16:58 UTC by Alyx
Modified: 2012-08-03 16:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alyx 2012-08-02 16:58:55 UTC
The daemontools launcher for the publicfile httpd and ftpd will not launch said applications, due to the paths in the launchers being hardcoded to use the intended names for the binaries (/usr/bin/httpd and /usr/bin/ftpd), instead of the names given by the gentoo ebuild (/usr/bin/publicfile-httpd and /usr/bin/publicfile-ftpd).

Reproducible: Always

Steps to Reproduce:
1. Install publicfile
2. Launch any publicfile server via the daemontools launcher.
Actual Results:  
No HTTPd :(

Expected Results:  
A working HTTPd.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-08-03 16:54:15 UTC
Thank-you for your report, this is now fixed in CVS. Please reopen if you experience further issues.

+  03 Aug 2012; Michael Palimaka <kensington@gentoo.org>
+  publicfile-0.52-r3.ebuild:
+  Fix launch script wrt bug #429528. Tidy ebuild.