Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23627 - Wrong function used in /usr/portage/eclass/eutils.eclass:enewuser()
Summary: Wrong function used in /usr/portage/eclass/eutils.eclass:enewuser()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 18:59 UTC by Wolfram Schlich (RETIRED)
Modified: 2003-06-27 19:10 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 Wolfram Schlich (RETIRED) gentoo-dev 2003-06-27 18:59:32 UTC
--- /usr/portage/eclass/eutils.eclass   2003-06-25 06:21:20.000000000 +0200
+++ /root/eutils.class.new      2003-06-28 03:55:30.000000000 +0200
@@ -567,7 +567,7 @@
        if [ ! -e ${ehome} ] && [ ! -e ${D}/${ehome} ] ; then
                einfo " - Creating ${ehome} in ${D}"
                dodir ${ehome}
-               fperms ${euser} ${ehome}
+               fowners ${euser} ${ehome}
        fi
 }


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2003-06-27 19:10:15 UTC
wow i really messed that up, thanks 
 
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/eclass/eutils.eclass.diff?r1=1.36&r2=1.37