diff options
author | green <green@FreeBSD.org> | 2000-08-17 11:40:58 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-08-17 11:40:58 +0800 |
commit | 2eb10c0572c0b2a425b2a811cabe2e37332f19f0 (patch) | |
tree | fc080fef21f4cb217129734ea9ea1f01271c05c8 /dns/domtools/files | |
parent | 13af6e2367ef7c3de85a2849b8dcc7bbb3f29193 (diff) | |
download | freebsd-ports-gnome-2eb10c0572c0b2a425b2a811cabe2e37332f19f0.tar.gz freebsd-ports-gnome-2eb10c0572c0b2a425b2a811cabe2e37332f19f0.tar.zst freebsd-ports-gnome-2eb10c0572c0b2a425b2a811cabe2e37332f19f0.zip |
Update to 1.5.0.
Make a shared directory 1777 instead of 777.
Respect ${PREFIX}.
Submitted by: Alex Perel <veers@disturbed.net>
Diffstat (limited to 'dns/domtools/files')
-rw-r--r-- | dns/domtools/files/patch-aa | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/dns/domtools/files/patch-aa b/dns/domtools/files/patch-aa index 65b15ed2ec9d..0b32844d72e4 100644 --- a/dns/domtools/files/patch-aa +++ b/dns/domtools/files/patch-aa @@ -1,5 +1,5 @@ ---- ../domtools.orig/Makefile Thu Mar 18 11:48:08 1999 -+++ Makefile Sat Jun 12 22:31:17 1999 +--- Makefile.old Wed Aug 16 23:22:00 2000 ++++ Makefile Wed Aug 16 23:23:05 2000 @@ -35,12 +35,12 @@ # This directory is created, below, if it doesn't exist. # "bin" will put it in $LDEST/bin. @@ -33,14 +33,21 @@ #INSTALL=/usr/ucb/install #INSTALL=/usr/local/gnu/bin/install #INSTALL=/stor/gnu/aix/bin/install -@@ -148,8 +148,8 @@ +@@ -148,7 +148,7 @@ # Regardless of the name, it _must_ be a gnu-based awk. # If you don't have gawk, get it and install it; or hosttbl,networktbl,netmasktbl # tools won't work right. Gawk is much better than awk or nawk anyway. -GAWKPROG=gawk # many systems --#GAWKPROG=awk # BSDI, Linux -+#GAWKPROG=gawk # many systems -+GAWKPROG=/usr/bin/awk # BSDI, Linux ++GAWKPROG=/usr/bin/awk # many systems + #GAWKPROG=awk # BSDI, Linux #GAWKPROG=/usr/local/bin/awk - #--------------------------------------------------------------------------------------- +@@ -233,7 +233,7 @@ + # (Very important for BIND 8 users, because zone file format changed) + # No, we don't want the sticky (text) bit set on this directory. + -if test $(ZONECACHEWANTED) -eq 1; then \ +- $(INSTALL) -m 777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ ++ $(INSTALL) -m 1777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ + rm -f $(PDEST)/$(ZONEDIR)/* > /dev/null 2>&1; \ + fi + for i in $(LIBS); do \ |