Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134941 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh (-1 / +1 lines)
Lines 23-29 Link Here
23
#
23
#
24
24
25
if [ -f "/etc/init.d/xprint" ] ; then
25
if [ -f "/etc/init.d/xprint" ] ; then
26
  XPSERVERLIST="`source /etc/init.d/xprint ; get_xpserverlist`"
26
  XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`"
27
  export XPSERVERLIST
27
  export XPSERVERLIST
28
fi
28
fi
29
29

Return to bug 134941