summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>2003-05-05 10:08:25 +0000
committerBoris Popov <bp@FreeBSD.org>2003-05-05 10:08:25 +0000
commite777676b61b4a01994d36d9c7714b914eb947328 (patch)
tree31a3f32859f116b573027f24dca9c439e6ad89af
parent(maintainer update) devel/p5-Exporter-Lite (diff)
Fixup permissions of nwserv.conf file.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=80163
-rw-r--r--net/mars_nwe/files/patch-ac20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/mars_nwe/files/patch-ac b/net/mars_nwe/files/patch-ac
index 4bfe2cddc0e7..4a6ab74d7d32 100644
--- a/net/mars_nwe/files/patch-ac
+++ b/net/mars_nwe/files/patch-ac
@@ -14,3 +14,23 @@ $FreeBSD$
if [ "x$CFLAGS" = "x" ]; then
CFLAGS="native"
fi
+--- makefile.unx.orig Mon May 5 16:54:02 2003
++++ makefile.unx Mon May 5 16:47:20 2003
+@@ -200,7 +200,7 @@
+ n_routed: $(PROG7)
+
+ n_install_ini:
+- cd $(VPATH) && $(INSTALL) -m 664 nw.ini $(M_FILENAME_NW_INI) && cd $(OBJDIR)
++ cd $(VPATH) && $(INSTALL) -m 644 nw.ini $(M_FILENAME_NW_INI) && cd $(OBJDIR)
+
+ n_install:
+ cd $(VPATH) && $(INSTALL) -d $(M_PATHNAME_PROGS) && cd $(OBJDIR)
+@@ -232,7 +232,7 @@
+ echo "********************************************************"; \
+ echo ""; \
+ else \
+-$(INSTALL) -m 664 nw.ini $(M_FILENAME_NW_INI); \
++$(INSTALL) -m 644 nw.ini $(M_FILENAME_NW_INI); \
+ echo ""; \
+ echo "********************************************************"; \
+ echo ""; \