wok diff tor/receipt @ rev 2581

openssl: basename bug workaround (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 07 12:51:52 2009 +0000 (2009-04-07)
parents f0e0e1fd3f1b
children 9a3ad6f0607b
line diff
     1.1 --- a/tor/receipt	Sun Oct 05 09:38:06 2008 +0000
     1.2 +++ b/tor/receipt	Tue Apr 07 12:51:52 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tor"
     1.7 -VERSION="0.1.2.19"
     1.8 +VERSION="0.2.0.34"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="An anonymizing overlay network for TCP."
    1.11  MAINTAINER="0dddba11@googlemail.com"
    1.12 @@ -32,4 +32,5 @@
    1.13  
    1.14      # config file.
    1.15      cp -a $_pkg/etc $fs
    1.16 +    mv $fs/etc/tor/torrc.sample $fs/etc/tor/torrc
    1.17  }