Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
68eb006c
Commit
68eb006c
authored
Sep 16, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/testing/haproxy: start service after firewall
parent
9d63f14d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
testing/haproxy/APKBUILD
testing/haproxy/APKBUILD
+2
-2
testing/haproxy/haproxy.initd
testing/haproxy/haproxy.initd
+1
-0
No files found.
testing/haproxy/APKBUILD
View file @
68eb006c
...
...
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname
=
haproxy
pkgver
=
1.3.20
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A TCP/HTTP reverse proxy for high availability environments"
url
=
"http://haproxy.1wt.eu"
license
=
"GPL"
...
...
@@ -24,4 +24,4 @@ build() {
}
md5sums
=
"e37046e0cb2f407d92c41d7731d1dd10 haproxy-1.3.20.tar.gz
a7c6178dc4078fa233084ee36c8b440c
haproxy.initd"
7d26095c6f899b0ef00bedecaca58864
haproxy.initd"
testing/haproxy/haproxy.initd
View file @
68eb006c
...
...
@@ -18,6 +18,7 @@ checkconfig() {
depend() {
need net
after firewall
use dns logger
}
...
...
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