summaryrefslogtreecommitdiff
path: root/net/silc-server/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/silc-server/files')
-rw-r--r--net/silc-server/files/patch-Makefile.in27
-rw-r--r--net/silc-server/files/patch-silcd:Makefile.in13
2 files changed, 32 insertions, 8 deletions
diff --git a/net/silc-server/files/patch-Makefile.in b/net/silc-server/files/patch-Makefile.in
index 9a4ef20e994d..aacee5b5b5c8 100644
--- a/net/silc-server/files/patch-Makefile.in
+++ b/net/silc-server/files/patch-Makefile.in
@@ -1,13 +1,24 @@
---- Makefile.in.orig Fri Nov 9 00:26:32 2001
-+++ Makefile.in Fri Nov 9 00:26:39 2001
-@@ -543,10 +543,6 @@
- $(etcdir)/silcd.conf; \
- chmod go= $(etcdir)/silcd.conf; \
- fi
+--- Makefile.in.orig Wed Nov 7 17:16:23 2001
++++ Makefile.in Fri Nov 9 15:26:33 2001
+@@ -538,18 +538,13 @@
+ $(INSTALL_DATA) $(srcdir)/TODO $(docdir)/
+
+ etc-install:
+- -@if test '!' -f $(etcdir)/silcd.conf ; then \
++ -@if test '!' -f $(etcdir)/silcd.conf.sample ; then \
+ $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \
+- $(etcdir)/silcd.conf; \
+- chmod go= $(etcdir)/silcd.conf; \
+- fi
- -@if test '!' -f $(etcdir)/silc.conf ; then \
- $(INSTALL_DATA) $(srcdir)/doc/example_silc.conf \
- $(etcdir)/silc.conf; \
-- fi
++ $(etcdir)/silcd.conf.sample; \
+ fi
@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
- @SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install etc-install
+-@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install etc-install
++@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs sim-install doc-install etc-install
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/net/silc-server/files/patch-silcd:Makefile.in b/net/silc-server/files/patch-silcd:Makefile.in
new file mode 100644
index 000000000000..da6e3eca52f6
--- /dev/null
+++ b/net/silc-server/files/patch-silcd:Makefile.in
@@ -0,0 +1,13 @@
+--- silcd/Makefile.in.orig Fri Nov 9 13:26:07 2001
++++ silcd/Makefile.in Fri Nov 9 13:28:59 2001
+@@ -240,8 +240,8 @@
+ if test -f $$p \
+ ; then \
+ f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
+- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$f"; \
+- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$f; \
++ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$p"; \
++ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$p; \
+ else :; fi; \
+ done
+