From 26fe5500291bd25fcb799eabc5436edbac1c3fc6 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sun, 2 Jan 2005 00:30:15 +0000 Subject: [PATCH] - fix: doc/Makefile.am, install part (by David Taylor) --- ChangeLog | 1 + doc/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 14274be..0c2f4bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 0.5.10 ====== + 01-Jan-2005: - fix: doc/Makefile.am, install part (by David Taylor) 30-Dec-2004: - feature: remote TCP logging facility 29-Dec-2004: - feature: Outbound proxies configurable per domain 08-Dec-2004: - make install will set siproxd_passwd.cfg to -rw----- diff --git a/doc/Makefile.am b/doc/Makefile.am index b7ca630..9c7dc8c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,6 +30,6 @@ EXTRA_DIST = siproxd.conf.example \ install-data-local: $(mkinstalldirs) $(DESTDIR)$(sysconfdir) - $(INSTALL_DATA) siproxd.conf.example $(DESTDIR)$(sysconfdir)/ - $(INSTALL_DATA) siproxd_passwd.cfg $(DESTDIR)$(sysconfdir)/ - chmod 600 siproxd_passwd.cfg + $(INSTALL_DATA) $(srcdir)/siproxd.conf.example $(DESTDIR)$(sysconfdir)/ + $(INSTALL_DATA) $(srcdir)/siproxd_passwd.cfg $(DESTDIR)$(sysconfdir)/ + chmod 600 $(DESTDIR)$(sysconfdir)/siproxd_passwd.cfg