wok diff openssh-pam/receipt @ rev 16395

UP: hostapd (2.1), fix libnl missing pkgconfig file and add to ARM with rfkill
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 03:02:41 2014 +0200 (2014-04-16)
parents 595b6d418abe
children 0d8a1a3edc72
line diff
     1.1 --- a/openssh-pam/receipt	Thu Dec 26 11:43:21 2013 +0000
     1.2 +++ b/openssh-pam/receipt	Wed Apr 16 03:02:41 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh-pam"
     1.7 -VERSION="6.4p1"
     1.8 +VERSION="6.5p1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Openbsd Secure Shell using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -47,7 +47,7 @@
    1.13  
    1.14  post_install()
    1.15  {
    1.16 -       while read dropbear openssh ; do
    1.17 +       [ "$1" ] || while read dropbear openssh ; do
    1.18  		[ -s $dropbear ] || continue
    1.19  		dropbearconvert dropbear openssh $1$dropbear $1$openssh
    1.20  		dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub