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 Edwin Eefting <edwin@datux.nl>, 3 years ago

djbdns patches, so it works correctly with twitter etc

  • Property mode set to 100644
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  
    22
    33void hier()
    44{
     5/*
     6  This file is installed by debian/rules in debian/tmp/etc
    57  c("/","etc","dnsroots.global",-1,-1,0644);
     8*/
    69
    710  h(auto_home,-1,-1,02755);
    811  d(auto_home,"bin",-1,-1,02755);
Note: See TracBrowser for help on using the repository browser.