10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Determining C...
FromSent OnAttachments
Julian MehnleApr 13, 2004 4:44 am 
Sam VarshavchikApr 13, 2004 3:37 pm 
Julian MehnleApr 14, 2004 1:46 am 
Julian MehnleApr 20, 2004 2:11 am 
Sam VarshavchikApr 20, 2004 4:16 am 
Lloyd ZusmanApr 20, 2004 7:00 am 
Jon NelsonApr 20, 2004 8:12 am 
Lloyd ZusmanApr 20, 2004 1:05 pm 
Jon NelsonApr 20, 2004 2:44 pm 
Julian MehnleApr 21, 2004 3:47 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: Determining Courier version programmaticallyActions...
From:Jon Nelson (jnel@jamponi.net)
Date:Apr 20, 2004 2:44:43 pm
List:net.sourceforge.lists.courier-users

On Tue, 20 Apr 2004, Lloyd Zusman wrote:

Jon Nelson <jnel@jamponi.net> writes:

On Tue, 20 Apr 2004, Lloyd Zusman wrote:

At the bottom of this message is a patch for courier-0.45.4.20040411. I'm sure that it will work in the newer release(s). It took 8 minutes to write, test, and produce the patch, including my learning curve on where to find the 'main' method and the version info for this executable. Now, the following will work:

% ./courier --version 0.45

Might I ask that the patch be expanded to print a more typical response? More like:

courier supervisory daemon 0.45 Copyright (C) ..... Double Precision .....

Or whatever goes there?

Just change "VERSION" to "COURIER_COPYRIGHT" in the patch.

% courier --version Courier 0.45.4.20040411 Copyright 1999-2004 Double Precision, Inc.

THAT is PERFECT. Now that patch needs to be applied to most anything that a user would run. One of these days I'll look into adding a --help/-h/-? option as well.