diff --git a/Changes b/Changes index b072150..fc87d12 100644 --- a/Changes +++ b/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 Make a "queue" plugin hook and move the qmail-queue functionality diff --git a/qpsmtpd b/qpsmtpd index 69b843a..b9732e3 100755 --- a/qpsmtpd +++ b/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. # The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/ #