mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Refrain from messing up the permissions on $PREFIX and $PREFIX/bin.
Pointed out by: dosirak via kris
This commit is contained in:
parent
1a9bee7716
commit
f04d1caa47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106994
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME?= djbdns
|
||||
PORTVERSION?= ${DJBDNS_VER}
|
||||
PORTREVISION?= 7
|
||||
PORTREVISION?= 8
|
||||
CATEGORIES?= dns
|
||||
MASTER_SITES= http://cr.yp.to/djbdns/ \
|
||||
ftp://cr.yp.to/djbdns/
|
||||
|
@ -1,11 +1,16 @@
|
||||
--- hier.c.orig Sat Sep 23 17:37:08 2000
|
||||
+++ hier.c Sat Sep 23 17:37:52 2000
|
||||
@@ -2,7 +2,7 @@
|
||||
--- hier.c.orig Wed Apr 14 09:38:45 2004
|
||||
+++ hier.c Wed Apr 14 09:39:16 2004
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
void hier()
|
||||
{
|
||||
- c("/","etc","dnsroots.global",-1,-1,0644);
|
||||
+ c(auto_home,"etc","dnsroots.global",-1,-1,0644);
|
||||
|
||||
h(auto_home,-1,-1,02755);
|
||||
d(auto_home,"bin",-1,-1,02755);
|
||||
- h(auto_home,-1,-1,02755);
|
||||
- d(auto_home,"bin",-1,-1,02755);
|
||||
+ h(auto_home,-1,-1,0755);
|
||||
+ d(auto_home,"bin",-1,-1,0755);
|
||||
|
||||
c(auto_home,"bin","dnscache-conf",-1,-1,0755);
|
||||
c(auto_home,"bin","tinydns-conf",-1,-1,0755);
|
||||
|
Loading…
Reference in New Issue
Block a user