Last change
on this file since 26ffad7 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
|
Rev | Line | |
---|
[37aaf89] | 1 | Description: hier.c: don't install /etc/dnsroots.global |
---|
| 2 | dnsroots.global is installed by debian/rules into debian/djbdns/etc/ |
---|
| 3 | instead while building the Debian package. |
---|
| 4 | Author: Gerrit Pape <pape@smarden.org> |
---|
| 5 | Date: Mon, 12 Feb 2001 14:02:49 +0000 |
---|
| 6 | Last-Update: 2020-07-26 |
---|
| 7 | |
---|
| 8 | diff --git a/hier.c b/hier.c |
---|
| 9 | index 4aef75b..b57dba0 100644 |
---|
| 10 | --- a/hier.c |
---|
| 11 | +++ b/hier.c |
---|
| 12 | @@ -2,7 +2,10 @@ |
---|
| 13 | |
---|
| 14 | void hier() |
---|
| 15 | { |
---|
| 16 | +/* |
---|
| 17 | + This file is installed by debian/rules in debian/tmp/etc |
---|
| 18 | c("/","etc","dnsroots.global",-1,-1,0644); |
---|
| 19 | +*/ |
---|
| 20 | |
---|
| 21 | h(auto_home,-1,-1,02755); |
---|
| 22 | d(auto_home,"bin",-1,-1,02755); |
---|
Note: See
TracBrowser
for help on using the repository browser.