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
204
Merge Requests
204
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
0b2149a1
Commit
0b2149a1
authored
Aug 08, 2009
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/djbdns: added net dependency in initd scripts
fixes
#120
parent
6d71de19
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
main/djbdns/APKBUILD
main/djbdns/APKBUILD
+3
-3
main/djbdns/dnscache.initd
main/djbdns/dnscache.initd
+3
-0
main/djbdns/tinydns.initd
main/djbdns/tinydns.initd
+4
-0
No files found.
main/djbdns/APKBUILD
View file @
0b2149a1
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
djbdns
pkgver
=
1.05
pkgrel
=
2
7
pkgrel
=
2
8
pkgdesc
=
"Excellent high-performance DNS services"
url
=
"http://cr.yp.to/djbdns.html"
license
=
"public-domain"
...
...
@@ -79,8 +79,8 @@ dfd675b2775efcbb604413a84db8bf1a dnsroots.patch
c7be73fe2fb4ae02d5096fa2c1f55a68 1.05-errno.patch
1292500c04baba3995d9753fe40fdc94 1.05-response.patch
7695bf50559c09798ec852b578ac8698 tinydns.pre-install
e8a84fc4ee5ff1525b4f74889422e93c
tinydns.initd
acf2f1689e299320d6670c491f4d4e97
tinydns.initd
7dcf6674c07d46c736b3c25d9c92384a tinydns.confd
e09c3a6ba6917e16f4736ab5c070dbe9 dnscache.pre-install
1f6d29a29382e0bb7e865aede9e07c9d
dnscache.initd
ea5d5ea807be2b7940ea67cc6dc50012
dnscache.initd
e2938593277d7a87806e70e145a90c3f dnscache.confd"
main/djbdns/dnscache.initd
View file @
0b2149a1
...
...
@@ -7,6 +7,9 @@ ROOT=/etc/dnscache
DAEMON=/usr/bin/dnscache
PIDFILE=/var/run/dnscache.pid
depend() {
need net
}
#-----------------------------------------------------------------
# Main program
...
...
main/djbdns/tinydns.initd
View file @
0b2149a1
...
...
@@ -4,6 +4,10 @@
opts="reload"
depend() {
need net
}
# -- Statrup variables
DAEMON=/usr/bin/tinydns
COMPILER=/usr/bin/tinydns-data
...
...
Nathan Angelacos
@nangel
mentioned in issue
#120 (closed)
·
Jul 12, 2019
mentioned in issue
#120 (closed)
mentioned in issue #120
Toggle commit list
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