Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / debian / patches / 0008-fix-perl-shebang.patch
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.