Fixed a typo. Replaced %%PORTREVISION%% with %%PORTVERSION%%.

Submitted by: Dan Hulme <dan_256@yahoo.com>
This commit is contained in:
Ernst de Haan 2002-08-28 09:22:01 +00:00
parent 50861d188b
commit 97f02f513a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65166
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
*
* Daemon control program.
*
* $FreeBSD: /tmp/pcvs/ports/www/jakarta-tomcat4/files/Attic/daemonctl.c,v 1.6 2002-05-08 22:00:04 znerd Exp $
* $FreeBSD: /tmp/pcvs/ports/www/jakarta-tomcat4/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);
}
}

View file

@ -4,7 +4,7 @@
*
* Daemon control program.
*
* $FreeBSD: /tmp/pcvs/ports/www/jakarta-tomcat41/files/Attic/daemonctl.c,v 1.6 2002-05-08 22:00:04 znerd Exp $
* $FreeBSD: /tmp/pcvs/ports/www/jakarta-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);
}
}

View file

@ -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);
}
}