ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/courier-pythonfilter/files/patch-courier__authdaemon.py
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
Content type: text/x-python
File size: 321 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- courier/authdaemon.py.orig 2008-12-30 11:49:35.000000000 +0100
2 +++ courier/authdaemon.py 2008-12-30 11:49:10.000000000 +0100
3 @@ -23,7 +23,7 @@
4 import courier.config
5
6
7 -socketPath = '/var/spool/authdaemon/socket'
8 +socketPath = '/var/run/authdaemond/socket'
9 _timeoutSock = 10
10 _timeoutWrite = 10
11 _timeoutRead = 30