- fix: doc/Makefile.am, install part (by David Taylor)

This commit is contained in:
Thomas Ries
2005-01-02 00:30:15 +00:00
parent afed495c87
commit 26fe550029
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -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-----
+3 -3
View File
@@ -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