From 63612b7cca065e097a6bd25e4f7211297e7a63e2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 12:18:30 +0200 Subject: [PATCH] openssh: switched to use /run for pidfiles. --- srcpkgs/openssh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index b84646354d..42858fcdd2 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -1,14 +1,13 @@ # Template file for 'openssh' pkgname=openssh version=6.0p1 -revision=1 -distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz" +revision=2 build_style=gnu-configure configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody --with-pam --with-mantype=man --without-rpath --with-xauth=/usr/bin/xauth --with-ssl-engine --disable-strip --with-privsep-path=/var/chroot/ssh ---with-kerberos5=/usr" +--with-kerberos5=/usr --with-pid-dir=/run" depends="shadow" makedepends="perl>=0 zlib-devel openssl-devel pam-devel mit-krb5-devel e2fsprogs-devel" conf_files="/etc/ssh/moduli" @@ -17,6 +16,7 @@ short_desc="The OpenSSH implementation of SSH protocol versions 1 and 2" maintainer="Juan RP " homepage="http://www.openssh.org" license="BSD" +distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz" checksum=589d48e952d6c017e667873486b5df63222f9133d417d0002bd6429d9bd882de long_desc=" SSH (Secure SHell) is a program for logging into and executing