diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-03 07:59:51 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-03 07:59:51 +0000 |
commit | 69f83f4bf13636930a08ff2d704bf8aa54eb5b3f (patch) | |
tree | 29712dfc999a1e77e61554d7fce9b55d4938780a | |
parent | * src/web/ejabberd_http_poll.erl: Bugfix (EJAB-349) (diff) |
* examples/extauth/check_pass_null.pl: Perl is generally available as a default in most Linux distributions.
SVN Revision: 910
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | examples/extauth/check_pass_null.pl | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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-08-13 Mickael Remond <mickael.remond@process-one.net> * doc/guide.tex: cleaner, shorter documentation (EJAB-323). 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); |