wok diff alpine/receipt @ rev 4653

Add snort
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 27 14:28:40 2009 +0100 (2009-12-27)
parents fb7729b0e508
children 698958d05d56
line diff
     1.1 --- a/alpine/receipt	Sun Oct 11 12:00:33 2009 +0000
     1.2 +++ b/alpine/receipt	Sun Dec 27 14:28:40 2009 +0100
     1.3 @@ -37,6 +37,7 @@
     1.4  	echo -n "Linking libraries..."
     1.5  	cd $1/usr/lib
     1.6  	ln -s liblber-2.4.so.2.4.2 liblber-2.3.so.0
     1.7 +	ln -s libldap-2.4.so.2.4.2 libldap-2.3.so.0
     1.8  	status
     1.9  }
    1.10  
    1.11 @@ -44,6 +45,7 @@
    1.12  {
    1.13  	echo -n "Removing linked libraries..."
    1.14  	rm -f /usr/lib/liblber-2.3.so.0
    1.15 +	rm -f /usr/lib/libldap-2.3.so.0
    1.16  	status
    1.17  }
    1.18