Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/jakarta-tomcat4/files/Attic/daemonctl.c

[BACK] Up to [FreeBSD] / ports / www / jakarta-tomcat4 / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11
Tue Dec 8 09:25:37 2009 UTC (2 years, 2 months ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.10: +1 -1 lines
- Remove expired www/jakarta-tomcat4 port: www/jakarta-tomcat5 is recommended
  instead for new installations

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 9 23:10:32 2002 UTC (9 years, 4 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_5_0_0, RELEASE_4_EOL, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_11_0, RELEASE_4_10_0, PRE_XORG_7
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -1 lines
Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.
The fix consists of 2 lines at the beginning of the program:

	setuid(geteuid());
	setgid(getegid());

Bumped PORTREVISION of Orion, Tomcat and JBoss ports.

PR:		40470, 43679
Submitted by:	Ari Suutari <ari.suutari@syncrontech.com>
Reviewed by:	audit
Approved by:	Silence on -audit (since Sept 13, 2002)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 28 22:54:21 2002 UTC (9 years, 5 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -3 lines
Reverting to revision 1.7. This change should first be audited by
audit@ since it may be bypassing security restrictions.

Pointed out by:	kris

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 28 09:29:59 2002 UTC (9 years, 5 months ago) by znerd
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines
Executing setuid(geteuid()) to fix SUID. At the moment SUID does
not work.

Submitted by:	Ari Suutari <ari.suutari@syncrontech.com>
See:		http://www.geocrawler.com/mail/msg.php3?msg_id=9029840&list=162

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 28 09:22:01 2002 UTC (9 years, 5 months ago) by znerd
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Fixed a typo. Replaced %%PORTREVISION%% with %%PORTVERSION%%.

Submitted by: Dan Hulme <dan_256@yahoo.com>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 8 22:00:04 2002 UTC (9 years, 9 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -1 lines
Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 8 21:50:22 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +90 -20 lines
Daemon control program now checks if process is really
terminated. If not, it will send the process a SIGKILL
after a certain time-out period. The time-out can be
passed to the port Makefile as a parameter.

Improved documentation a bit here and there.

Added some explicit casts to make lint(1) a bit
happier :-)

Applied some refactoring here and there. Moved some
functionality into a new function 'existsProcess'.

Slightly changed the output of the program.

Bumped PORTREVISION.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 8 19:19:31 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -11 lines
Made the daemon control program less verbose.
Bumped PORTREVISION.

Prompted by:	Kees Jan Koster <K.J.Koster@kpn.com>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 3 20:42:07 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +43 -3 lines
Now checking for the Java VM too in the control
program. Bumped PORTREVISION.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 3 19:49:27 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -16 lines
Little generalization and cleanup. Nothing
spectacular. Not bumped PORTREVISION.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 30 14:51:12 2002 UTC (9 years, 10 months ago) by znerd
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1
Lot of changes: Using USE_JAVA infrastructure. Upgraded port
to 3.3.1. Using HTTP_PORT i.s.o. LISTEN_PORT. Using
daemonctl.c i.s.o. tomcatctl shell script. Displaying steps
i.s.o. commands being executed. Synced man page.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options