main/postmarketos-config-nftables: drop openrc subpkg (MR 5364)
The nftables service should be enabled by pmos-base instead
This commit is contained in:
parent
35fc61416e
commit
cc0f235f88
2 changed files with 1 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
pkgname=postmarketos-config-nftables
|
pkgname=postmarketos-config-nftables
|
||||||
pkgver=0.16
|
pkgver=0.16
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="nftables firewall configuration for postmarketOS"
|
pkgdesc="nftables firewall configuration for postmarketOS"
|
||||||
url="https://gitlab.com/postmarketos"
|
url="https://gitlab.com/postmarketos"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -18,7 +18,6 @@ subpackages="
|
||||||
$pkgname-vlc-chromecast:vlc_chromecast
|
$pkgname-vlc-chromecast:vlc_chromecast
|
||||||
$pkgname-vncserver:vncserver
|
$pkgname-vncserver:vncserver
|
||||||
$pkgname-wifi-display:wifi_display
|
$pkgname-wifi-display:wifi_display
|
||||||
$pkgname-openrc
|
|
||||||
"
|
"
|
||||||
source="
|
source="
|
||||||
rules/00_log_all.nft
|
rules/00_log_all.nft
|
||||||
|
@ -47,14 +46,6 @@ package() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
openrc() {
|
|
||||||
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
|
||||||
install="$subpkgname.post-install"
|
|
||||||
depends="nftables-openrc"
|
|
||||||
|
|
||||||
mkdir -p "$subpkgdir"
|
|
||||||
}
|
|
||||||
|
|
||||||
openusb() {
|
openusb() {
|
||||||
depends="$pkgname"
|
depends="$pkgname"
|
||||||
description="Adds a rule to accept all incoming connections to the usb* interface"
|
description="Adds a rule to accept all incoming connections to the usb* interface"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
rc-update add nftables default
|
|
Loading…
Reference in a new issue