[buildroot 0000303]: Sym links in skel.tar.gz

bugs at busybox.net bugs at busybox.net
Fri Apr 14 19:11:26 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=303 
====================================================================== 
Reported By:                lmt
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   303
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             06-20-2005 12:25 PDT
Last Modified:              04-14-2006 12:11 PDT
====================================================================== 
Summary:                    Sym links in skel.tar.gz
Description: 
Suggestion:

Change all of the following symbolic links:

From:                               To:

./dev/log -> /tmp/log           -> ../tmp/log
./etc/mtab -> /proc/mounts      -> ../proc/mounts
./var/lib/pcmcia -> /tmp        -> ../../tmp
./var/lock -> /tmp              -> ../tmp 
./var/log -> /tmp               -> ../tmp
./var/pcmcia -> /tmp            -> ../tmp 
./var/run -> /tmp               -> ../tmp
./var/spool -> /tmp             -> ../tmp
./var/tmp -> /tmp               -> ../tmp

This way, when the target file system is staged in a workspace, a
recursive search in that workspace will not follow the links to the host
/tmp or /proc directory.

====================================================================== 

---------------------------------------------------------------------- 
 andersen - 04-14-06 12:11  
---------------------------------------------------------------------- 
good point.  fixed 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-20-05 12:25  lmt            New Issue                                    
04-14-06 12:11  andersen       Note Added: 0001296                          
04-14-06 12:11  andersen       Status                   assigned => closed  
04-14-06 12:11  andersen       Resolution               open => fixed       
======================================================================




More information about the uClibc-cvs mailing list