#2390: Create Linux-PAM symlinks using 'readlink'
----------------------------------------+-----------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [EMAIL PROTECTED]
     Type:  enhancement                 |       Status:  assigned               
   
 Priority:  normal                      |    Milestone:  6.3                    
   
Component:  BOOK                        |      Version:  SVN                    
   
 Severity:  normal                      |   Resolution:                         
   
 Keywords:                              |  
----------------------------------------+-----------------------------------
Comment (by [EMAIL PROTECTED]):

 okay, this one is easy since we are using --libdir=/lib now.

 Just add an
   if [ -L /lib/libpam.so ]; then ...; fi
 in there and it will only perform the ln actions if the file
 exists (which it won't after the first time you do it)

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2390#comment:7>
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