File: 0001-hier.c-don-t-install-etc-dnsroots.global.diff

package info (click to toggle)
djbdns 1%3A1.05-22
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,180 kB
  • sloc: ansic: 15,836; makefile: 920; python: 728; sh: 237
file content (22 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: hier.c: don't install /etc/dnsroots.global
 dnsroots.global is installed by debian/rules into debian/djbdns/etc/
 instead while building the Debian package.
Author: Gerrit Pape <pape@smarden.org>
Date: Mon, 12 Feb 2001 14:02:49 +0000
Last-Update: 2020-07-26

diff --git a/hier.c b/hier.c
index 4aef75b..b57dba0 100644
--- a/hier.c
+++ b/hier.c
@@ -2,7 +2,10 @@
 
 void hier()
 {
+/*
+  This file is installed by debian/rules in debian/tmp/etc
   c("/","etc","dnsroots.global",-1,-1,0644);
+*/
 
   h(auto_home,-1,-1,02755);
   d(auto_home,"bin",-1,-1,02755);