diff options
author | znerd <znerd@FreeBSD.org> | 2002-08-28 09:22:01 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-08-28 09:22:01 +0000 |
commit | 1842c0f2a81c55167d85150afc09fc9005ce5421 (patch) | |
tree | 8932f0a6aa2f58c5aa18cabf9bf27187f113ffc7 /www/tomcat41/files | |
parent | 2211bdef296acb0f028348ed3ae14587eaaf08e6 (diff) | |
download | FreeBSD-ports-1842c0f2a81c55167d85150afc09fc9005ce5421.zip FreeBSD-ports-1842c0f2a81c55167d85150afc09fc9005ce5421.tar.gz |
Fixed a typo. Replaced %%PORTREVISION%% with %%PORTVERSION%%.
Submitted by: Dan Hulme <dan_256@yahoo.com>
Diffstat (limited to 'www/tomcat41/files')
-rw-r--r-- | www/tomcat41/files/daemonctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tomcat41/files/daemonctl.c b/www/tomcat41/files/daemonctl.c index 5a3684a..8a23091 100644 --- a/www/tomcat41/files/daemonctl.c +++ b/www/tomcat41/files/daemonctl.c @@ -4,7 +4,7 @@ * * Daemon control program. * - * $FreeBSD: /tmp/pcvs/ports/www/tomcat41/files/Attic/daemonctl.c,v 1.6 2002-05-08 22:00:04 znerd Exp $ + * $FreeBSD: /tmp/pcvs/ports/www/tomcat41/files/Attic/daemonctl.c,v 1.7 2002-08-28 09:22:01 znerd Exp $ */ #include <assert.h> @@ -322,7 +322,7 @@ void start(void) { result = existsProcess(pid); if (result == 1) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: %%APP_TITLE%% %%PORTREVISION%% is already running, PID is %d.\n", pid); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: %%APP_TITLE%% %%PORTVERSION%% is already running, PID is %d.\n", pid); exit(ERR_ALREADY_RUNNING); } } |