openssh: fix syntax error in template.
This commit is contained in:
parent
ed72465245
commit
b4534e38a3
@ -12,7 +12,7 @@ configure_args="--datadir=/usr/share/openssh
|
|||||||
--without-ssh1 --with-libedit LD=$CC"
|
--without-ssh1 --with-libedit LD=$CC"
|
||||||
hostmakedepends="automake libtool perl"
|
hostmakedepends="automake libtool perl"
|
||||||
makedepends="zlib-devel pam-devel libedit-devel
|
makedepends="zlib-devel pam-devel libedit-devel
|
||||||
$(vopt_if ssl 'libressl-devel $(vopt_if ldns libldns-devel)"
|
$(vopt_if ssl libressl-devel) $(vopt_if ldns libldns-devel)"
|
||||||
short_desc="The OpenSSH implementation of SSH protocol"
|
short_desc="The OpenSSH implementation of SSH protocol"
|
||||||
replaces="openssh-server>=0"
|
replaces="openssh-server>=0"
|
||||||
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
|
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user