summaryrefslogtreecommitdiff
path: root/nonsystemd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-01-12 23:28:48 -0300
committerDavid P <megver83@parabola.nu>2020-01-12 23:28:48 -0300
commit3d764a947420a9626244676b440316c93c31eb5c (patch)
treeca99d5852014bc33dbfc22ce59f2465a8c1bbe0a /nonsystemd
parente15b44d805627fd9fefb2046a045cc48df323d6e (diff)
updpkg: nonsystemd/openrc-security 20200112-2
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd')
-rw-r--r--nonsystemd/openrc-security/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/nonsystemd/openrc-security/PKGBUILD b/nonsystemd/openrc-security/PKGBUILD
index be9fad7bb..91c2abd4a 100644
--- a/nonsystemd/openrc-security/PKGBUILD
+++ b/nonsystemd/openrc-security/PKGBUILD
@@ -12,7 +12,7 @@ pkgname=('apparmor-openrc'
'shorewall-openrc'
'shorewall6-openrc'
'firewalld-openrc')
-pkgrel=1
+pkgrel=2
pkgdesc="OpenRC init scripts"
arch=('any')
url="https://github.com/gentoo/gentoo"
@@ -98,6 +98,7 @@ package_apparmor-openrc() {
package_shorewall-openrc() {
pkgdes="OpenRC shorewall init script"
depends=('shorewall' 'openrc')
+ backup=('etc/conf.d/shorewall')
_inst_initd 'shorewall'
_inst_confd 'shorewall'
@@ -106,6 +107,7 @@ package_shorewall-openrc() {
package_shorewall6-openrc() {
pkgdes="OpenRC shorewall6 init script"
depends=('shorewall6' 'openrc')
+ backup=('etc/conf.d/shorewall6')
_inst_initd 'shorewall6'
_inst_confd 'shorewall6'