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
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
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
6740d61d
Commit
6740d61d
authored
Aug 09, 2009
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/djbdns: provide random seed to dnscache
fixes
#120
Thanks to Nathan for solving this.
parent
40857ea1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
main/djbdns/APKBUILD
main/djbdns/APKBUILD
+2
-2
main/djbdns/dnscache.initd
main/djbdns/dnscache.initd
+2
-1
No files found.
main/djbdns/APKBUILD
View file @
6740d61d
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
djbdns
pkgver
=
1.05
pkgrel
=
2
8
pkgrel
=
2
9
pkgdesc
=
"Excellent high-performance DNS services"
url
=
"http://cr.yp.to/djbdns.html"
license
=
"public-domain"
...
...
@@ -82,5 +82,5 @@ c7be73fe2fb4ae02d5096fa2c1f55a68 1.05-errno.patch
acf2f1689e299320d6670c491f4d4e97 tinydns.initd
7dcf6674c07d46c736b3c25d9c92384a tinydns.confd
e09c3a6ba6917e16f4736ab5c070dbe9 dnscache.pre-install
ea5d5ea807be2b7940ea67cc6dc50012
dnscache.initd
62a12c34fdc6a184a14b206581fa8184
dnscache.initd
e2938593277d7a87806e70e145a90c3f dnscache.confd"
main/djbdns/dnscache.initd
View file @
6740d61d
...
...
@@ -9,6 +9,7 @@ PIDFILE=/var/run/dnscache.pid
depend() {
need net
provide dns
}
#-----------------------------------------------------------------
...
...
@@ -28,7 +29,7 @@ start() {
--env "ROOT=$ROOT" --env "IP=$IP" --env "IPSEND=$IPSEND" \
--env "HIDETTL=$HIDETTL" --env "CACHESIZE=$CACHESIZE" \
--env "FORWARDONLY=$FORWARDONLY" --pidfile $PIDFILE \
--background --make-pidfile --exec $DAEMON
--background --make-pidfile --exec $DAEMON
-- < /dev/urandom
eend $?
}
...
...
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