diff options
author | David P <megver83@parabola.nu> | 2017-11-10 20:23:33 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-11-10 20:23:33 -0300 |
commit | 41b410b71eb4d439e667a5c9c9c148fd9aeff5aa (patch) | |
tree | 208baec2615cdee72808a78d24d459e39d178a3b /pcr/openrc-net | |
parent | 01f65fea6b2f9cdd6b96288bccc2cd2f7b2039ae (diff) | |
download | abslibre-41b410b71eb4d439e667a5c9c9c148fd9aeff5aa.tar.gz abslibre-41b410b71eb4d439e667a5c9c9c148fd9aeff5aa.tar.bz2 abslibre-41b410b71eb4d439e667a5c9c9c148fd9aeff5aa.zip |
pcr/openrc-net: small fix
Diffstat (limited to 'pcr/openrc-net')
-rw-r--r-- | pcr/openrc-net/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/openrc-net/PKGBUILD b/pcr/openrc-net/PKGBUILD index ca3c51d33..a5392c827 100644 --- a/pcr/openrc-net/PKGBUILD +++ b/pcr/openrc-net/PKGBUILD @@ -48,7 +48,7 @@ pkgname=('apache-openrc' 'x2goserver-openrc' 'xinetd-openrc') pkgver=20171110 -pkgrel=1 +pkgrel=2 pkgdesc="OpenRC init scripts" arch=('any') url="https://github.com/artix-linux" @@ -86,7 +86,7 @@ source=("${_dev_url}/gentoo-apache-${_apver}-${_aprel}.tar.bz2" "sshd.initd::${_url}/net-misc/openssh/files/sshd.rc6.4" "openvpn.confd::${_url}/net-vpn/openvpn/files/openvpn-2.1.conf" "openvpn.initd::${_url}/net-vpn/openvpn/files/openvpn-2.1.init" - "opensmtpd.initd::${_url}/mail-mta/opensmtpd/files/smtpd.initd" + "smtpd.initd::${_url}/mail-mta/opensmtpd/files/smtpd.initd" "polipo.initd::${_url}/net-proxy/polipo/files/polipo.initd-5" "postfix.initd::${_url}/mail-mta/postfix/files/postfix.rc6.2.7" "privoxy.initd::${_url}/net-proxy/privoxy/files/privoxy.initd-3" @@ -368,7 +368,7 @@ package_opensmtpd-openrc() { pkgdesc="OpenRC opensmtpd init script" depends=('openrc' 'opensmtpd') - _inst_initd 'opensmtpd' + _inst_initd 'smtpd' } package_openssh-openrc() { |