summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'