Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314031 - app-admin/eselect-xvmc - wrong redirect in /usr/share/eselect/modules/xvmc.eselect causes creation of 2 files called 1 & 2
Summary: app-admin/eselect-xvmc - wrong redirect in /usr/share/eselect/modules/xvmc.es...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 06:03 UTC by Sebastian Lüttich
Modified: 2012-07-14 19:23 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 Sebastian Lüttich 2010-04-09 06:03:41 UTC
line no. 55 in said file reads as:

touch "${ROOT}/etc/X11/XvMCConfig" 2&>1 > /dev/null

which causes the creation of the empty files called 1|2. This line should be changed to

touch "${ROOT}/etc/X11/XvMCConfig" 2>&1 > /dev/null

Reproducible: Always

Steps to Reproduce:
1. call eselect xvmc set [whatever]
2.
3.

Actual Results:  
eselect creates empty trash-files.

Expected Results:  
set the appropriate xvmc-system but don't let eselect creat files
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2011-08-29 21:02:30 UTC
Fixed in eselect-xvmc-0.3
Comment 2 Faustus 2011-08-30 20:10:28 UTC
Is it possible to fix in the stable 0.2 as well? These files are annoying.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2012-07-14 19:23:38 UTC
(In reply to comment #2)
> Is it possible to fix in the stable 0.2 as well? These files are annoying.

bug #424017 requests 0.3 to go stable.