diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-08-10 02:05:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-08-10 02:05:30 +0200 |
commit | 2ef7d3731760492ef0f1d1c42a08772d2bb73880 (patch) | |
tree | 0fa3d458a80868f33e0d41f641ae082dbedeb5b2 | |
parent | ceed95352f174c3061dc6ff6e131cd22df1f97ac (diff) |
merge skyped default config patch from Debian
-rw-r--r-- | skype/skyped.conf.dist.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skype/skyped.conf.dist.in b/skype/skyped.conf.dist.in index 2c23cf70..21e07796 100644 --- a/skype/skyped.conf.dist.in +++ b/skype/skyped.conf.dist.in @@ -1,7 +1,10 @@ [skyped] +# change to your skype username username = john # use `echo -n foo|sha1sum` to generate this hash for your password password = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 -cert = @sysconfdir@/skyped/skyped.cert.pem -key = @sysconfdir@/skyped/skyped.key.pem + +# you have to change the following paths to your home directory: +cert = /home/YOUR_USER/.skyped/skyped.cert.pem +key = /home/YOUR_USER/.skyped/skyped.key.pem port = 2727 |