aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2007-09-03 08:51:12 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2007-09-03 08:51:12 +0000
commit036887f0829092e08cfe49b15fff700dea7009e0 (patch)
treec56aac569197012625dbbf893b102ce6fd538bc9
parent* doc/guide.html: Generated latest version of the documentation. (diff)
* examples/extauth/check_pass_null.pl: Perl is generally available
as a default in most Linux distributions. SVN Revision: 915
Diffstat (limited to '')
-rw-r--r--ChangeLog5
-rw-r--r--examples/extauth/check_pass_null.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ae38da261..0fd61f18f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-03 Mickael Remond <mremond@process-one.net>
+
+ * examples/extauth/check_pass_null.pl: Perl is generally available
+ as a default in most Linux distributions.
+
2007-09-02 Alexey Shchepin <alexey@process-one.net>
* src/jlib.erl: Removed http_base_64:decode call
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);