From b7f39a97134df6f29b14d7d67f3bf4322be0d811 Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Tue, 18 Mar 2008 15:18:51 +0000 Subject: [PATCH] Config port should be =i (integer). git-svn-id: https://svn.perl.org/qpsmtpd/trunk@861 958fd67b-6ff1-0310-b445-bb7760255be9 --- qpsmtpd-async | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpsmtpd-async b/qpsmtpd-async index 457efb8..467909c 100755 --- a/qpsmtpd-async +++ b/qpsmtpd-async @@ -85,7 +85,7 @@ GetOptions( 'pid-file=s' => \$PID_FILE, 'd|detach' => \$DETACH, 'h|help' => \&help, - 'config-port' => \$CONFIG_PORT, + 'config-port=i' => \$CONFIG_PORT, ) || help(); # detaint the commandline