Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54012 - net-www/webapp-config-1.10 not honoring webapp_serverowned in squirrelmail
Summary: net-www/webapp-config-1.10 not honoring webapp_serverowned in squirrelmail
Status: RESOLVED DUPLICATE of bug 53806
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Stuart Herbert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 12:08 UTC by Jeremy Huddleston (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-15 12:08:55 UTC
Hey Stu,  got another one here for you... it might just be my own usage of webapp_serverowned in the ebuild, but I thought it was correct...

Check out the squirrelmail-1.4.3a-r1 ebuild... I have:

local server_owned="data index.php"
use virus-scan && server_owned="${server_owned} plugins/virus_scan/includes/virussignatures.php plugins/virus_scan/config.php"
for file in ${server_owned}; do
  webapp_serverowned ${MY_HTDOCSDIR}/${file}
done

but look...

/var/www/localhost/htdocs/squirrelmail $ ls -ld index.php 
-rw-r--r--  1 root root 338 Jun 15 11:45 index.php
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2004-06-15 12:11:32 UTC

*** This bug has been marked as a duplicate of 53806 ***