wok diff sslh/receipt @ rev 12034

Add: perl-file-listing
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 07 01:22:53 2012 +0100 (2012-03-07)
parents 57a910f169cd
children ae0647818eab
line diff
     1.1 --- a/sslh/receipt	Thu Apr 01 18:48:49 2010 +0200
     1.2 +++ b/sslh/receipt	Wed Mar 07 01:22:53 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sslh"
     1.7 -VERSION="1.7a"
     1.8 +VERSION="1.10"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Accept both HTTPS and SSH connections on the same port."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -22,6 +22,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/sbin
    1.16 -	cp -a $src/sslh $fs/usr/sbin
    1.17 +	cp -a $src/sslh-fork $fs/usr/sbin
    1.18 +	cp -a $src/sslh-select $fs/usr/sbin
    1.19  }
    1.20