Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87906 Details for
Bug 134941
xprint environment not initialized by Xsession
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix scripts, patch against unpacked ebuild
xprint_session.patch (text/plain), 1.69 KB, created by
Timothy Stotts
on 2006-05-30 13:24:29 UTC
(
hide
)
Description:
fix scripts, patch against unpacked ebuild
Filename:
MIME Type:
Creator:
Timothy Stotts
Created:
2006-05-30 13:24:29 UTC
Size:
1.69 KB
patch
obsolete
>diff -ur work.orig/xc/programs/Xserver/Xprint/etc/profile.d/xprint.csh work/xc/programs/Xserver/Xprint/etc/profile.d/xprint.csh >--- work.orig/xc/programs/Xserver/Xprint/etc/profile.d/xprint.csh 2006-05-30 16:12:56.000000000 -0400 >+++ work/xc/programs/Xserver/Xprint/etc/profile.d/xprint.csh 2006-05-30 16:15:53.000000000 -0400 >@@ -10,7 +10,7 @@ > # > > if ( -f /etc/init.d/xprint ) then >- setenv XPSERVERLIST "`/bin/sh /etc/init.d/xprint get_xpserverlist`" >+ setenv XPSERVERLIST "`/bin/sh -c 'source /etc/init.d/xprint ; get_xpserverlist'`" > endif > > # /etc/profile.d/xprint.csh ends here. >diff -ur work.orig/xc/programs/Xserver/Xprint/etc/profile.d/xprint.sh work/xc/programs/Xserver/Xprint/etc/profile.d/xprint.sh >--- work.orig/xc/programs/Xserver/Xprint/etc/profile.d/xprint.sh 2006-05-30 16:12:56.000000000 -0400 >+++ work/xc/programs/Xserver/Xprint/etc/profile.d/xprint.sh 2006-05-30 16:15:30.000000000 -0400 >@@ -9,7 +9,7 @@ > # > > if [ -f "/etc/init.d/xprint" ] ; then >- XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`" >+ XPSERVERLIST="`source /etc/init.d/xprint ; get_xpserverlist`" > export XPSERVERLIST > fi > >diff -ur work.orig/xc/programs/Xserver/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh work/xc/programs/Xserver/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh >--- work.orig/xc/programs/Xserver/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh 2006-05-30 16:12:56.000000000 -0400 >+++ work/xc/programs/Xserver/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh 2006-05-30 16:16:16.000000000 -0400 >@@ -23,7 +23,7 @@ > # > > if [ -f "/etc/init.d/xprint" ] ; then >- XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`" >+ XPSERVERLIST="`source /etc/init.d/xprint ; get_xpserverlist`" > export XPSERVERLIST > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 134941
:
87896
| 87906