wok diff sshttp/receipt @ rev 17595

Up: glib 2.43.3
author Alexander Medvedev <devl547@gmail.com>
date Tue Feb 10 20:09:44 2015 +0000 (2015-02-10)
parents f44ef80ff9e2
children 33e5fb8a4dcb
line diff
     1.1 --- a/sshttp/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/sshttp/receipt	Tue Feb 10 20:09:44 2015 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	zcat /proc/config.gz | grep -q ^CONFIG_NETFILTER_TPROXY= || cat <<EOT
     1.8 +	[ "$1" ] || zcat /proc/config.gz | grep -q ^CONFIG_NETFILTER_TPROXY= || cat <<EOT
     1.9  
    1.10  CONFIG_NETFILTER_TPROXY not found in /proc/config.gz
    1.11  sshttp needs Linux IP_TRANSPARENT feature to work.