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
649
Issues
649
List
Boards
Labels
Service Desk
Milestones
Merge Requests
205
Merge Requests
205
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
a1278b00
Commit
a1278b00
authored
Sep 16, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/tinyproxy: start service after firewall
parent
32199509
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
main/tinyproxy/APKBUILD
main/tinyproxy/APKBUILD
+2
-2
main/tinyproxy/tinyproxy.initd
main/tinyproxy/tinyproxy.initd
+1
-0
No files found.
main/tinyproxy/APKBUILD
View file @
a1278b00
...
...
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname
=
tinyproxy
pkgver
=
1.6.3
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Lightweight HTTP proxy"
pkgusers
=
"tinyproxy"
pkggroups
=
"tinyproxy"
...
...
@@ -37,4 +37,4 @@ build() {
}
md5sums
=
"bd14d029b12621bcfd7ee71b2f4893da tinyproxy-1.6.3.tar.gz
554da6fc363fbe251f081b342541bef4
tinyproxy.initd"
ce2b2e3c79fa0e8491fe625bbb15710a
tinyproxy.initd"
main/tinyproxy/tinyproxy.initd
View file @
a1278b00
...
...
@@ -8,6 +8,7 @@ CONFFILE="/etc/tinyproxy/${SVCNAME}.conf"
depend() {
use logger dns
need net
after firewall
}
checkconfig() {
...
...
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