#2391: Convenience /etc/X11 symlinks point the other way round
--------------------------------------------+-------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [email protected]
     Type:  task                            |       Status:  new                
           
 Priority:  normal                          |    Milestone:  6.3                
           
Component:  BOOK                            |      Version:  SVN                
           
 Severity:  normal                          |   Resolution:                     
           
 Keywords:                                  |  
--------------------------------------------+-------------------------------
Comment (by [EMAIL PROTECTED]):

 Yes, they should be moved to /etc/X11/app-defaults and symlinked back as
 they are the default location, unless we can define rcdir via configure
 switches.  I don't think this is possible, so this should work, also we
 need to do similar for xterm and Xscreensaver.  I think Xsreensaver
 doesn't like the symlink, but I don't recall for sure.  I kind of let it
 go, also datadir for xterm and Xscreensaver should be reviewed as an aside
 to this because I found them tonight.  Anyway, the commands should be:

 {{{
 mv -v $XORG_PREFIX/lib/X11/{config,fs,lbxproxy,proxymngr,xkb,twm} \
       $XORG_PREFIX/lib/X11/{rstart,xdm,xinit,xsm,app-defaults} \
       $XORG_PREFIX/share/X11/{xedit,Cards,Options,Xcms.txt} \
       /etc/X11 &&
 ln -svt $XORG_PREFIX/lib/X11 \
         /etc/X11/{config,fs,lbxproxy,proxymngr,xkb,twm,rstart} \
         /etc/X11/{xdm,xinit,xsm,app-defaults,xedit} \
         /etc/X11/{Cards,Options,Xcms.txt}
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2391#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to