diff --git a/ChangeLog b/ChangeLog index fb3810e..1f8be16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.5.10 +====== + 08-Dec-2004: - make install will set siproxd_passwd.cfg to -rw----- + 0.5.9 ===== 03-Nov-2004: - Released 0.5.9 diff --git a/doc/Makefile.am b/doc/Makefile.am index 3814cf9..cb38c89 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -32,3 +32,4 @@ 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