diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-18 10:00:02 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-18 10:00:02 +0100 |
commit | 5b55de83000374d4ef867e32bc248e37a192bb00 (patch) | |
tree | d9c44a35082b26c62e4be4f78efd032088ab32ec /core/openssh/PKGBUILD | |
parent | e07d778c19291820ea2c9612cfa83489d090748b (diff) | |
parent | 29883fd322e5c6464bf44e9eaa31b17790461bd0 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/shared-mime-info/PKGBUILD
Diffstat (limited to 'core/openssh/PKGBUILD')
-rw-r--r-- | core/openssh/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD index 165097d82..caf9e56f7 100644 --- a/core/openssh/PKGBUILD +++ b/core/openssh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 177604 2013-02-08 03:12:11Z bisson $ +# $Id: PKGBUILD 178148 2013-02-17 00:23:24Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=openssh pkgver=6.1p1 -pkgrel=5 +pkgrel=6 pkgdesc='Free version of the SSH connectivity tools' url='http://www.openssh.org/portable.html' license=('custom:BSD') @@ -90,6 +90,7 @@ package() { sed \ -e '/^#ChallengeResponseAuthentication yes$/c ChallengeResponseAuthentication no' \ + -e '/^#PrintMotd yes$/c PrintMotd no # pam does that' \ -e '/^#UsePAM no$/c UsePAM yes' \ -i "${pkgdir}"/etc/ssh/sshd_config } |