Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69463 - webapp-config doesn't show supported servers
Summary: webapp-config doesn't show supported servers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial
Assignee: Stuart Herbert (RETIRED)
URL:
Whiteboard:
Keywords:
: 72159 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-29 15:20 UTC by Doug Goldstein (RETIRED)
Modified: 2005-11-20 09:28 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 Doug Goldstein (RETIRED) gentoo-dev 2004-10-29 15:20:03 UTC
This is what happens when I run it. Very cosmetic bug.

#webapp-config --list-servers
apache-basic.sh"
Comment 1 Daniel Webert 2004-11-22 18:09:15 UTC
*** Bug 72159 has been marked as a duplicate of this bug. ***
Comment 2 Georgi Georgiev 2005-03-19 02:48:57 UTC
I think that's the expected behavior ....

Anyway, that quote is annoying. Reason -- escaped quotes. Real easy to fix, but someone has to do it. Probably by quoting the backquoted command.
< echo `basename \"$x\" .sh`
> echo "`basename \"$x\" .sh`"

Actually, you don't even need the "echo":

< echo `basename \"$x\" .sh`
> basename "$x" .sh
Comment 3 Renat Lumpau (RETIRED) gentoo-dev 2005-06-29 08:59:48 UTC
reassigning
Comment 4 Stuart Herbert (RETIRED) gentoo-dev 2005-11-20 09:28:01 UTC
Fixed in webapp-config v1.50