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);
|