summaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat4/files/daemonctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove expired www/jakarta-tomcat4 port: www/jakarta-tomcat5 is recommendedPav Lucistnik2009-12-081-484/+0
| | | | instead for new installations
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.Ernst de Haan2002-10-091-1/+5
| | | | | | | | | | | | | | 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)
* Reverting to revision 1.7. This change should first be audited byErnst de Haan2002-08-281-4/+1
| | | | | | audit@ since it may be bypassing security restrictions. Pointed out by: kris
* Executing setuid(geteuid()) to fix SUID. At the moment SUID doesErnst de Haan2002-08-281-1/+4
| | | | | | | not work. Submitted by: Ari Suutari <ari.suutari@syncrontech.com> See: http://www.geocrawler.com/mail/msg.php3?msg_id=9029840&list=162
* Fixed a typo. Replaced %%PORTREVISION%% with %%PORTVERSION%%.Ernst de Haan2002-08-281-2/+2
| | | | Submitted by: Dan Hulme <dan_256@yahoo.com>
* Changed daemonctl program to check if the JAR file exists beforeErnst de Haan2002-05-081-1/+11
| | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION.
* Daemon control program now checks if process is reallyErnst de Haan2002-04-081-20/+90
| | | | | | | | | | | | | | | | | | 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.
* Made the daemon control program less verbose.Ernst de Haan2002-04-081-11/+6
| | | | | | Bumped PORTREVISION. Prompted by: Kees Jan Koster <K.J.Koster@kpn.com>
* Now checking for the Java VM too in the controlErnst de Haan2002-04-031-3/+43
| | | | program. Bumped PORTREVISION.
* Little generalization and cleanup. NothingErnst de Haan2002-04-031-16/+2
| | | | spectacular. Not bumped PORTREVISION.
* Lot of changes: Using USE_JAVA infrastructure. Upgraded portErnst de Haan2002-03-301-0/+379
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.