openssh: switched to use /run for pidfiles.
This commit is contained in:
parent
4692db7160
commit
63612b7cca
1 changed files with 3 additions and 3 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue