Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62766

Summary: xprint require a profile
Product: Gentoo Linux Reporter: INODE64 Sistemas <web>
Component: [OLD] ServerAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED INVALID    
Severity: normal CC: x11
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: sample profile
enviremont
update ebuild to copy file to env.d

Description INODE64 Sistemas 2004-09-03 16:31:52 UTC
in order to install correctly and to be able to use the demon xprint is needed variable XPSERVERLIST in the surroundings Sight in the second section http://www.mozilla.org/projects/xprint/usage/for but information

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 INODE64 Sistemas 2004-09-03 16:32:31 UTC
Created attachment 38858 [details, diff]
sample profile
Comment 2 INODE64 Sistemas 2004-10-04 08:51:31 UTC
Created attachment 41075 [details]
enviremont

this file copy in /etc/env.d
and run env-update
Comment 3 INODE64 Sistemas 2004-10-04 08:53:04 UTC
Created attachment 41076 [details, diff]
update ebuild to copy file to env.d
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2004-10-24 21:52:51 UTC
Attachment 41075 [details] assumes that if the xprint binary exist, the xprint init script does. Bad assumption. 38858 is better. It should be the init script's job to check for the binary, so you don't need to. You will want to check for a bad return from the init script though. I'm not sure whether there's any policy on quasi-dynamic env.d content.

The env.d stuff should just get appended to the end of 10xorg in the xorg-x11 ebuild rather than creating a new file since the independent xprint ebuild is apparently deprecated in favor of xorg's xprint.
Comment 5 INODE64 Sistemas 2005-01-24 08:38:31 UTC
this fix is deprecated in favor of xorg's xprint.