source:
npl/internetserver/djbdns/patches/0001-hier.c-don-t-install-etc-dnsroots.global.diff
@
37aaf89
Last change on this file since 37aaf89 was 37aaf89, checked in by , 3 years ago | |
---|---|
|
|
File size: 572 bytes |
-
hier.c
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 b 2 2 3 3 void hier() 4 4 { 5 /* 6 This file is installed by debian/rules in debian/tmp/etc 5 7 c("/","etc","dnsroots.global",-1,-1,0644); 8 */ 6 9 7 10 h(auto_home,-1,-1,02755); 8 11 d(auto_home,"bin",-1,-1,02755);
Note: See TracBrowser
for help on using the repository browser.