| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
instead for new installations
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
audit@ since it may be bypassing security restrictions.
Pointed out by: kris
|
| |
|
|
|
|
|
| |
not work.
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
See: http://www.geocrawler.com/mail/msg.php3?msg_id=9029840&list=162
|
| |
|
|
| |
Submitted by: Dan Hulme <dan_256@yahoo.com>
|
| |
|
|
|
| |
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Bumped PORTREVISION.
Prompted by: Kees Jan Koster <K.J.Koster@kpn.com>
|
| |
|
|
| |
program. Bumped PORTREVISION.
|
| |
|
|
| |
spectacular. Not bumped PORTREVISION.
|
|
|
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.
|