Use /usr/bin/perl instead of the non-standard /home/perl/bin/perl

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@86 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2002-10-13 01:05:40 +00:00
parent 06c9d65c02
commit c45dbfcdae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.12-dev
Use /usr/bin/perl instead of the non-standard /home/perl/bin/perl
2002/10/09 - 0.11
Make a "queue" plugin hook and move the qmail-queue functionality

View File

@ -1,4 +1,4 @@
#!/home/perl/bin/perl -Tw
#!/usr/bin/perl -Tw
# Copyright (c) 2001 Ask Bjoern Hansen. See the LICENSE file for details.
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
#