Imported Debian patch 1:1.05-8
[hcoop/zz_old/debian/djbdns.git] / debian / diff / 0001-hier.c-don-t-install-etc-dnsroots.global.diff
CommitLineData
b4588d5c
GP
1From e036abc40f9aefc13f06d944f0ec4b2230e9c28c 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---
9 hier.c | 3 +++
10 1 files changed, 3 insertions(+), 0 deletions(-)
11
12diff --git a/hier.c b/hier.c
13index 4aef75b..b57dba0 100644
14--- a/hier.c
15+++ b/hier.c
16@@ -2,7 +2,10 @@
17
18 void hier()
19 {
20+/*
21+ This file is installed by debian/rules in debian/tmp/etc
22 c("/","etc","dnsroots.global",-1,-1,0644);
23+*/
24
25 h(auto_home,-1,-1,02755);
26 d(auto_home,"bin",-1,-1,02755);
27--
281.6.0.3
29