File: 0008-fix-perl-shebang.patch

package info (click to toggle)
courier-authlib 0.72.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,824 kB
  • sloc: ansic: 15,828; sh: 5,047; cpp: 4,205; makefile: 853; perl: 761
file content (8 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (5)
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.