Import Debian changes 0.69.0-2
[hcoop/debian/courier-authlib.git] / debian / patches / 0008-fix-perl-shebang.patch
CommitLineData
463a5c94
MW
1--- a/samplepipe.pl
2+++ b/samplepipe.pl
3@@ -1,4 +1,4 @@
4-#!/usr/local/bin/perl -w
5+#!/usr/bin/perl -w
6
7 # This is a sample authentication module for authpipe. It uses the same
8 # protocol that pop3d/imapd/webmail use to communicate with authdaemon.