diff options
Diffstat (limited to 'debian/patches/0100-config.diff')
-rw-r--r-- | debian/patches/0100-config.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0100-config.diff b/debian/patches/0100-config.diff index bb07520..ce4dba7 100644 --- a/debian/patches/0100-config.diff +++ b/debian/patches/0100-config.diff @@ -9,7 +9,7 @@ Index: trunk/mwc.py =================================================================== --- trunk.orig/mwc.py +++ trunk/mwc.py -@@ -316,7 +316,7 @@ def pollWebsites(): +@@ -319,7 +319,7 @@ def pollWebsites(): if __name__ == "__main__": @@ -18,7 +18,7 @@ Index: trunk/mwc.py dryrun = None try: -@@ -332,9 +332,24 @@ if __name__ == "__main__": +@@ -335,9 +335,24 @@ if __name__ == "__main__": configMod = arg elif opt in ('-d', '--dry-run'): dryrun = arg @@ -56,7 +56,7 @@ Index: trunk/config_template.py # Copyright: (2013-2014) Michael Till Beck <Debianguru@gmx.de> # License: GPL-2.0+ -@@ -44,11 +42,11 @@ sender = 'me@mymail.com' +@@ -46,11 +44,11 @@ sender = 'me@mymail.com' smtphost = 'mysmtpprovider.com' useTLS = True smtpport = 587 |