Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-09-03 12:51:12 +0400
committerMickaël Rémond <mickael.remond@process-one.net>2007-09-03 12:51:12 +0400
commit036887f0829092e08cfe49b15fff700dea7009e0 (patch)
treec56aac569197012625dbbf893b102ce6fd538bc9 /examples
parent11c798dc058fc4246596dd8c03feed1a1766b9c8 (diff)
* examples/extauth/check_pass_null.pl: Perl is generally available
as a default in most Linux distributions. SVN Revision: 915
Diffstat (limited to 'examples')
-rw-r--r--examples/extauth/check_pass_null.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/extauth/check_pass_null.pl b/examples/extauth/check_pass_null.pl
index 7291abf0f..90e575fcf 100644
--- a/examples/extauth/check_pass_null.pl
+++ b/examples/extauth/check_pass_null.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Unix::Syslog qw(:macros :subs);