Changeset c7304b2 for skype/Makefile


Ignore:
Timestamp:
2008-01-12T20:07:10Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
55664fc
Parents:
e65ceaa
Message:

auth via ssl

  • move the config file to sysconfdir/skyped/skyped.conf as there will other config files there, too
  • autogenerate the ssl paths in skyped.conf.dist
  • skype plugin: connect via ssl
  • skyped: listen via ssl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    re65ceaa rc7304b2  
    1212        $(INSTALL) skype.so $(DESTDIR)$(plugindir)
    1313        $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped
    14         sed -i 's|/etc|$(sysconfdir)|' $(DESTDIR)$(bindir)/skyped
     14        sed -i 's|/usr/local/etc/skyped|$(sysconfdir)|' $(DESTDIR)$(bindir)/skyped
    1515        $(INSTALL) -m644 skyped.conf.dist $(DESTDIR)$(sysconfdir)/skyped.conf
    1616
Note: See TracChangeset for help on using the changeset viewer.