File: 0008-fix-perl-shebang.patch

package info (click to toggle)
courier-authlib 0.72.6-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 17,844 kB
  • sloc: ansic: 25,772; cpp: 12,475; sh: 5,588; makefile: 938; perl: 761
file content (8 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
--- a/samplepipe.pl
+++ b/samplepipe.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 # This is a sample authentication module for authpipe. It uses the same
 # protocol that pop3d/imapd/webmail use to communicate with authdaemon.