Imported Debian patch 1:1.05-8
[hcoop/zz_old/debian/djbdns.git] / dbndns / diff / 0001-hier.c-don-t-install-etc-dnsroots.global.diff
CommitLineData
b4588d5c
GP
1From 77266cf2ef7d27559339a25c8bf21de4daf7e15b Mon Sep 17 00:00:00 2001
2From: Gerrit Pape <pape@smarden.org>
3Date: Mon, 12 Feb 2001 14:02:49 +0000
4Subject: [PATCH] hier.c: don't install /etc/dnsroots.global
5
6dnsroots.global is installed by debian/rules into debian/djbdns/etc/
7instead while building the Debian package.
8(cherry picked from commit e036abc40f9aefc13f06d944f0ec4b2230e9c28c)
9---
10 hier.c | 3 +++
11 1 files changed, 3 insertions(+), 0 deletions(-)
12
13diff --git a/hier.c b/hier.c
14index 4aef75b..b57dba0 100644
15--- a/hier.c
16+++ b/hier.c
17@@ -2,7 +2,10 @@
18
19 void hier()
20 {
21+/*
22+ This file is installed by debian/rules in debian/tmp/etc
23 c("/","etc","dnsroots.global",-1,-1,0644);
24+*/
25
26 h(auto_home,-1,-1,02755);
27 d(auto_home,"bin",-1,-1,02755);
28--
291.6.2
30