After Kris pointed out dosirak's dissatisfaction with the way dns/djbdns

changed the permissions on $PREFIX and $PREFIX/bin, fix the same problem
in two other ports of DJB software.
This commit is contained in:
Peter Pentchev 2004-04-20 08:33:16 +00:00
parent 51a533fbd2
commit b9a73ac49a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107681
4 changed files with 38 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= qmailanalog
PORTVERSION= 0.70
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://cr.yp.to/software/

View file

@ -0,0 +1,22 @@
--- hier.c.orig Tue Apr 20 11:14:18 2004
+++ hier.c Tue Apr 20 11:14:33 2004
@@ -2,13 +2,13 @@
void hier()
{
- h(auto_home,-1,-1,02755);
+ h(auto_home,-1,-1,0755);
- d(auto_home,"bin",-1,-1,02755);
- d(auto_home,"doc",-1,-1,02755);
- d(auto_home,"man",-1,-1,02755);
- d(auto_home,"man/man1",-1,-1,02755);
- d(auto_home,"man/cat1",-1,-1,02755);
+ d(auto_home,"bin",-1,-1,0755);
+ d(auto_home,"doc",-1,-1,0755);
+ d(auto_home,"man",-1,-1,0755);
+ d(auto_home,"man/man1",-1,-1,0755);
+ d(auto_home,"man/cat1",-1,-1,0755);
c(auto_home,"doc","MATCHUP",-1,-1,0644);
c(auto_home,"doc","ACCOUNTING",-1,-1,0644);

View file

@ -7,6 +7,7 @@
PORTNAME= publicfile
PORTVERSION= 0.52
PORTREVISION= 1
CATEGORIES= www ftp
MASTER_SITES= http://cr.yp.to/publicfile/ \
ftp://cr.yp.to/publicfile/

View file

@ -0,0 +1,14 @@
--- hier.c.orig Tue Apr 20 11:26:00 2004
+++ hier.c Tue Apr 20 11:26:06 2004
@@ -2,9 +2,9 @@
void hier()
{
- h(auto_home,-1,-1,02755);
+ h(auto_home,-1,-1,0755);
- d(auto_home,"bin",-1,-1,02755);
+ d(auto_home,"bin",-1,-1,0755);
c(auto_home,"bin","configure",-1,-1,0755);
c(auto_home,"bin","httpd",-1,-1,0755);