File: 01_fetchmailconf.patch

package info (click to toggle)
fetchmail 6.5.6-2
  • links: PTS
  • area: main
  • in suites: forky
  • size: 7,596 kB
  • sloc: ansic: 19,190; sh: 7,108; python: 2,395; perl: 564; yacc: 447; lex: 286; makefile: 260; awk: 124; lisp: 84; exp: 43; sed: 17
file content (15 lines) | stat: -rwxr-xr-x 652 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove header from fetchmailconf.py since it is a library.
Author: Hector Garcia <hector@debian.org>
Forwarded: no

Remove header from fetchmailconf.py since it is a library.
Index: fetchmail-6.3.13/fetchmailconf.py
===================================================================
--- fetchmail-6.3.13.orig/fetchmailconf.py	2009-09-24 01:11:14.000000000 +0200
+++ fetchmail-6.3.13/fetchmailconf.py	2010-02-01 16:33:46.000000000 +0100
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # A GUI configurator for generating fetchmail configuration files.
 # by Eric S. Raymond, <esr@snark.thyrsus.com>,
 # Matthias Andree <matthias.andree@gmx.de>