P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT,
but may be used for already running processes. Also rc.d/scprotect
scripts allow you to set protection flag even if process was
restarted by user.
WWW: http://dindin.ru/scprotect/
PR: 131423
Submitted by: Denis Barov <dindin at dindin dot ru>
/* Copyright 1991 Mark Russell, University of Kent at Canterbury.
*
* You can do what you like with this source code as long as
* you don't try to make money out of it and you include an
* unaltered copy of this message (including the copyright).
*/
Therefore this port must be marked as NO_CDROM.
- Also update the mirror sites.
<ChangeLog>
*) Feature: the "off" parameter of the "if_modified_since" directive.
*) Feature: now nginx sends an HELO/EHLO command after a XCLIENT
command.
Thanks to Maxim Dounin.
*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
in mail proxy server.
Thanks to Maxim Dounin.
*) Bugfix: in a redirect rewrite directive original arguments were
concatenated with new arguments by an "?" rather than an "&";
the bug had appeared in 0.1.18.
Thanks to Maxim Dounin.
*) Bugfix: nginx could not be built on AIX.
</ChangeLog>
- http://www.kdbarto.org/UCSD_Pascal_files/ redirectes (301) to
http://kdbarto.homedns.org/UCSD_Pascal_files/ so add the later as MASTER_SITE
(since it's dynamic DNS don't think deleting the first www. one is a good idea)
- ftp://ftp.apple.[1;5Casimov.net doesn't carry the disks images anymore (but
leave it in, commented, in case they will be back).
Reported by: QAT QA run
As you know, 1.71dev does chroot(2) to the directory that dictionary
is located, and this makes the server configuration a little bit confused.
1.71dev also uses stderr as debugging information output, so that it may
affect some clients if dbskkd-cdb is kicked from inetd(8).
But these annoyed days are over. 2.00 behavior is backed to the one
as of 1.01; no chroot(2), no debug output to stderr (yeah!).
From this version, dbskkd-cdb uses tinycdb instead of original cdb.
For Makefile simplicity, this ports BUILD_DEPENDS to tinycdb. Thanks
to higher compatibility between tinycdb and cdb, you don't need to
rebuild CDB dictionary file; ports/japanese/skk-jisyo-cdb is not changed.
I've removed two patches, the one is just unneeded for now, and the another
one is for ports understandability (patch-aa is not a good idea; I can keep
this, but this is the second major version release -- it is a good time
to rename the patch file.)
Thank you to Kenji Rikitake, the dbskkd-cdb author, to let me to know
the 2.00 release in advance, and give some time to update this ports.