From c45dbfcdae7b3f6feca84b37d4b5f1bd92013b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sun, 13 Oct 2002 01:05:40 +0000 Subject: [PATCH] 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 --- Changes | 5 +++++ qpsmtpd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/ #