Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
196
Merge Requests
196
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
6db8acfc
Commit
6db8acfc
authored
Sep 15, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/{arpon,arpwatch,asterisk}: start service after firewall
parent
e8d2b560
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
8 deletions
+11
-8
main/arpon/APKBUILD
main/arpon/APKBUILD
+2
-2
main/arpon/arpon.initd
main/arpon/arpon.initd
+1
-0
main/arpwatch/APKBUILD
main/arpwatch/APKBUILD
+4
-4
main/arpwatch/arpwatch.initd
main/arpwatch/arpwatch.initd
+1
-0
main/asterisk/APKBUILD
main/asterisk/APKBUILD
+2
-2
main/asterisk/asterisk.initd
main/asterisk/asterisk.initd
+1
-0
No files found.
main/arpon/APKBUILD
View file @
6db8acfc
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
arpon
pkgver
=
1.90
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Arp handler inspectiON is a handler daemon with tools to handle all ARP aspects"
url
=
"http://arpon.sourceforge.net/"
license
=
"GPL"
...
...
@@ -30,5 +30,5 @@ build() {
}
md5sums
=
"41671d58190cf829b7c9049ae3fa8cdf ArpON-1.90.tar.gz
92e60e8b86f87b772b8e198db3829c09
arpon.initd
4bf2cb423936b1ca84773fe6b7baaa73
arpon.initd
26986bed19b28cec66ed08447d22efaf arpon.confd"
main/arpon/arpon.initd
View file @
6db8acfc
...
...
@@ -5,6 +5,7 @@ DAEMON=/usr/sbin/$NAME
depend() {
need net
after firewall
}
start() {
...
...
main/arpwatch/APKBUILD
View file @
6db8acfc
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer:
# Maintainer:
Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
arpwatch
pkgver
=
2.1a15
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Ethernet monitoring program"
url
=
"http://www-nrg.ee.lbl.gov/"
license
=
"GPL"
depends
=
"uclibc libpcap"
depends
=
makedepends
=
"libpcap-dev"
install
=
subpackages
=
""
...
...
@@ -33,4 +33,4 @@ build() {
md5sums
=
"cebfeb99c4a7c2a6cee2564770415fe7 arpwatch.tar.gz
dc8300ce5f02d6be95899a2982397064 arpwatch.confd
404226ad0d10ce9b46b76f058e572426
arpwatch.initd"
51ecada198c4f954ac4d5f5903198ebb
arpwatch.initd"
main/arpwatch/arpwatch.initd
View file @
6db8acfc
...
...
@@ -5,6 +5,7 @@
depend() {
need net
after firewall
}
start() {
...
...
main/asterisk/APKBUILD
View file @
6db8acfc
...
...
@@ -2,7 +2,7 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname
=
asterisk
pkgver
=
1.6.0.15
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Asterisk: A Module Open Source PBX System"
url
=
"http://www.asterisk.org/"
license
=
"GPL"
...
...
@@ -94,6 +94,6 @@ b00c9d98ce2ad445501248a197c6e436 100-uclibc-daemon.patch
97b39fd9777a2521d4f9f095482b7ac2 102-gsm-pic.patch
5008f51c737ec91f5047519bc9f25b85 103-rundir.patch
57825b74526187075ff7cb6816c55467 201-incomplete.patch
c618b7fdf4a9edf4cde6d8ccd1e32ee
6 asterisk.initd
0ce3219e05f55af884a7dc6b99c2b27
6 asterisk.initd
ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd
3e65172275684373e1a25c8a11224411 asterisk.logrotate"
main/asterisk/asterisk.initd
View file @
6db8acfc
...
...
@@ -4,6 +4,7 @@ opts="${opts} forcestop reload"
depend() {
need net
after firewall
use nscd dns zaptel mysql postgresql slapd capi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment