[arch-commits] Commit in openssh/trunk (PKGBUILD)
Gaetan Bisson
bisson at nymeria.archlinux.org
Thu Feb 14 04:58:02 UTC 2013
Date: Thursday, February 14, 2013 @ 05:58:02
Author: bisson
Revision: 178041
fix FS#33836
Modified:
openssh/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-14 01:37:10 UTC (rev 178040)
+++ PKGBUILD 2013-02-14 04:58:02 UTC (rev 178041)
@@ -5,7 +5,7 @@
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 @@
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
}
More information about the arch-commits
mailing list