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:
parent
06c9d65c02
commit
c45dbfcdae
5
Changes
5
Changes
@ -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
|
2002/10/09 - 0.11
|
||||||
|
|
||||||
Make a "queue" plugin hook and move the qmail-queue functionality
|
Make a "queue" plugin hook and move the qmail-queue functionality
|
||||||
|
2
qpsmtpd
2
qpsmtpd
@ -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.
|
# Copyright (c) 2001 Ask Bjoern Hansen. See the LICENSE file for details.
|
||||||
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
|
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user