Re: RFC: "-exit" option for find(1)

2004-07-17 Thread Oliver Eikemeier
Peter Pentchev wrote: On Fri, Jul 16, 2004 at 05:28:57PM +0300, Peter Pentchev wrote: On Fri, Jul 16, 2004 at 11:58:07AM +0400, Denis Antrushin wrote: Alfred Perlstein wrote: I'm up too late, this doesn't work because find returns success whenever it successfully runs thought everything. Perhaps th

Re: Any workarounds for Verisign .com/.net highjacking?

2003-09-17 Thread Oliver Eikemeier
Doug Barton wrote: ISC is in the process of releasing patched versions of BIND, which I plan to take advantage of. :) Doug Patch to port dns/bind9 to upgrade bind9 to 9.2.2-P1: --- bind9.patch begins here --- diff -u Makefile.orig Makefile --

port of NetBSD's audit-packages (and an update of pkg_install)

2003-09-17 Thread Oliver Eikemeier
Hi, I want to port NetBSD's security/audit-packages to FreeBSD. The system is described in: The idea is that you just synchronize a file with known vulnerabilities, and a script in periodic/security warns you when you have a vul

Re: port of NetBSD's audit-packages (and an update of pkg_install)

2003-09-17 Thread Oliver Eikemeier
Hi Jacques I want to port NetBSD's security/audit-packages to FreeBSD. The system is described in: FYI, I'm working on something similar but different ;-) It should see the light of day before the end of this month. Normally I w

Re: non-root process and PID files

2003-10-27 Thread Oliver Eikemeier
Dan Langille wrote: If a process starts up and does a setuid, should it be writing the PID file before or after the setuid? Two methods exists AFAIK: 1 - write your PID immediately, and the file is chown root:wheel 2 - write your PID to /var/run/myapp/myapp.pid where /var/run/myapp/ is chow