Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72702 - Middleman puts configuration files to wrong place
Summary: Middleman puts configuration files to wrong place
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High blocker (vote)
Assignee: solar (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-28 02:06 UTC by Thomas Fischer
Modified: 2004-12-04 10:58 UTC (History)
2 users (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 Thomas Fischer 2004-11-28 02:06:21 UTC
Middleman (www-proxy/middleman-2.0.1) installs the default configurations files config.xml and section.xml to /etc/mman/mman/ instead of /etc/mman/.
Middleman's init script is correct as it checks for the existance of /etc/mman/config.xml and quits if not found

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2004-11-28 04:26:22 UTC
Quote from middleman-2.0.1-r2.ebuild:

	if [ -d /etc/mman/mman ]; then
		ewarn "A previous version of this ebuild installed the config scripts into"
		ewarn
		ewarn "    /etc/mman/mman/"
		ewarn
		ewarn "by mistake.  Please move these files into /etc/mman instead, and remove"
		ewarn "your /etc/mman/mman/ directory."
	fi

Its fixed in 2.0.1-r1 and 2.0.1-r2 ebuilds.
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2004-12-04 04:24:23 UTC
Shouldn't this one be closed?
Comment 3 solar (RETIRED) gentoo-dev 2004-12-04 06:13:35 UTC
Yes it should. thanks.

Future note.. middleman is a dead project. I'm not sure how much longer it will remain in the tree.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2004-12-04 10:58:59 UTC
> Yes it should. thanks.

No problem.

> Future note.. middleman is a dead project. I'm not sure how much longer it will remain in the tree.

I'm not using it. I've just helped Thomas.