Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
6740d61d
Commit
6740d61d
authored
15 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/djbdns: provide random seed to dnscache
fixes
#120
Thanks to Nathan for solving this.
parent
40857ea1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/djbdns/APKBUILD
+2
-2
2 additions, 2 deletions
main/djbdns/APKBUILD
main/djbdns/dnscache.initd
+2
-1
2 additions, 1 deletion
main/djbdns/dnscache.initd
with
4 additions
and
3 deletions
main/djbdns/APKBUILD
+
2
−
2
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"
This diff is collapsed.
Click to expand it.
main/djbdns/dnscache.initd
+
2
−
1
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
$?
}
...
...
This diff is collapsed.
Click to expand it.
Nathan Angelacos
@nangel
mentioned in issue
#120 (closed)
·
5 years ago
mentioned in issue
#120 (closed)
mentioned in issue #120
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment