openssh-server: update for new systemd_services arg.
This commit is contained in:
parent
3d35e8c2d8
commit
abc5ffd78d
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the ${pkgname} server files."
|
||||
|
||||
revision=2
|
||||
revision=3
|
||||
|
||||
conf_files="/etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||
systemd_services="sshd.service sshdgenkeys.service"
|
||||
systemd_services="sshd.service on sshdgenkeys.service on"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
|
|
Loading…
Reference in a new issue