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

bugs at busybox.net bugs at busybox.net
Mon Jun 20 19:25:12 UTC 2005


The following issue has been SUBMITTED.
======================================================================
<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:                     assigned
======================================================================
Date Submitted:             06-20-2005 12:25 PDT
Last Modified:              06-20-2005 12:25 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.

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

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-20-05 12:25 lmt            New Issue                                    
======================================================================




More information about the uClibc-cvs mailing list