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
648
Issues
648
List
Boards
Labels
Service Desk
Milestones
Merge Requests
211
Merge Requests
211
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
6645fef3
Commit
6645fef3
authored
Apr 22, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/djbdns: dnscache: restart service quietly from cronjob
parent
32abc98b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main/djbdns/APKBUILD
main/djbdns/APKBUILD
+2
-2
main/djbdns/dnscache.monthly
main/djbdns/dnscache.monthly
+1
-1
No files found.
main/djbdns/APKBUILD
View file @
6645fef3
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
djbdns
pkgver
=
1.05
pkgrel
=
3
4
pkgrel
=
3
5
pkgdesc
=
"Excellent high-performance DNS services"
url
=
"http://cr.yp.to/djbdns.html"
license
=
"public-domain"
...
...
@@ -101,4 +101,4 @@ fe48165a920cf843ceb9a4ee50bf74c0 tinydns.initd
e09c3a6ba6917e16f4736ab5c070dbe9 dnscache.pre-install
e5cada3b032da84c4a0e41ef8b3108cb dnscache.initd
2b3d02e88f70603c760bf368ab3ed636 dnscache.confd
7d02c68b683749f5ed5bb67dd8e8ebc6
dnscache.monthly"
805b6989f945d727788f1908fe3fce81
dnscache.monthly"
main/djbdns/dnscache.monthly
View file @
6645fef3
...
...
@@ -42,7 +42,7 @@ for ZONEFILE in $ZONES; do
done
if
[
"
$NEEDRESTART
"
]
&&
/etc/init.d/dnscache
--quiet
status
;
then
/etc/init.d/dnscache restart
/etc/init.d/dnscache
--quiet
restart
fi
exit
0
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