source: npl/internetserver/djbdns/patches/0001-hier.c-don-t-install-etc-dnsroots.global.diff @ 9c06000

Last change on this file since 9c06000 was 37aaf89, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

djbdns patches, so it works correctly with twitter etc

  • Property mode set to 100644
File size: 572 bytes
RevLine 
[37aaf89]1Description: hier.c: don't install /etc/dnsroots.global
2 dnsroots.global is installed by debian/rules into debian/djbdns/etc/
3 instead while building the Debian package.
4Author: Gerrit Pape <pape@smarden.org>
5Date: Mon, 12 Feb 2001 14:02:49 +0000
6Last-Update: 2020-07-26
7
8diff --git a/hier.c b/hier.c
9index 4aef75b..b57dba0 100644
10--- a/hier.c
11+++ b/hier.c
12@@ -2,7 +2,10 @@
13 
14 void hier()
15 {
16+/*
17+  This file is installed by debian/rules in debian/tmp/etc
18   c("/","etc","dnsroots.global",-1,-1,0644);
19+*/
20 
21   h(auto_home,-1,-1,02755);
22   d(auto_home,"bin",-1,-1,02755);
Note: See TracBrowser for help on using the repository browser.