last fixed in RPM build

This commit is contained in:
Thomas Ries
2002-11-10 13:29:37 +00:00
parent 236455aa11
commit f44185f0b3
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -39,14 +39,14 @@ HOW TO GET STARTED
- make install
- edit /etc/siproxd.conf according to your situation
- edit /usr/local/etc/siproxd.conf according to your situation
At least 'host_inbound' and 'host_outbound' *must* be adapted!
'host_inbound' is the firewalls IP address of your private network,
'host_outbound' is the publich IP address or hostname of the
firewall. (If you have dynamic IP addresses, then you might want
to use a hostname here and use a dynamic DNS service like [1])
- edit /etc/siproxd_passwd.cfg if you enable client authentication
- edit /usr/local/etc/siproxd_passwd.cfg if you enable client authentication
in siproxd.conf
- start siproxd (siproxd does *not* require root privilegdes)
+5 -3
View File
@@ -19,8 +19,10 @@
#
EXTRA_DIST = siproxd.conf.example mysiproxd_passwd.cfg FAQ
EXTRA_DIST = siproxd.conf.example siproxd_passwd.cfg FAQ
install-data-local:
$(INSTALL_DATA) siproxd.conf.example /etc/
$(INSTALL_DATA) siproxd_passwd.cfg /etc/
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
$(INSTALL_DATA) siproxd.conf.example $(DESTDIR)$(sysconfdir)/
$(INSTALL_DATA) siproxd_passwd.cfg $(DESTDIR)$(sysconfdir)/