mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/testing/knock: start service after firewall
This commit is contained in:
parent
8a784303b9
commit
6f69ac5f4c
@ -2,11 +2,11 @@
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=knock
|
||||
pkgver=0.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A simple port-knocking daemon"
|
||||
url="http://www.zeroflux.org/projects/knock"
|
||||
license="GPL"
|
||||
depends="uclibc iptables libpcap"
|
||||
depends="iptables"
|
||||
makedepends="libpcap-dev"
|
||||
install=
|
||||
subpackages="$pkgname-doc"
|
||||
@ -29,5 +29,5 @@ build() {
|
||||
}
|
||||
|
||||
md5sums="ca09d61458974cff90a700aba6120891 knock-0.5.tar.gz
|
||||
eb19ce993158eb3d15e1b19326256807 knock.initd
|
||||
5f05196d700c04287523d184226e2dc2 knock.initd
|
||||
8067d3b8401a0b5d513c44d3ff436032 knock.confd"
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
|
||||
depend() {
|
||||
need net
|
||||
after firewall
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user