Searched hist:16119 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/include/rpcsvc/
H A Dypxfrd.x16119 Wed Jun 05 02:42:33 MDT 1996 wpaul (I hope I'm doing this correctly.)

Import a my own little ypxfrd protocol. Note that this protocol is
_NOT_ the same as Sun's, which is proprietary.

This basically impliments an RPC-based file transfer protocol which
lets a slave server suck over a raw map database file from the master.
This is many times faster than the normal method, which requires reading
the records from ypserv via yp_all() and then creating a new database
on the fly, particularly when you have many tens of thousands of
records in a map (e.g. a huge passwd database).

The protocol number I chose falls within the 'user-specified' range.
Maybe we should register it with Sun so we can get an official vendor
number for it. :)
/freebsd-11.0-release/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.cdiff 89675 Tue Jan 22 22:54:52 MST 2002 iedowse The mode of files created by ctm_rmail was always 0600, even if the
umask was less restrictive. This was caused by the use of mkstemp()
which internally passes a mode of 0600 to open(). Fix this by
explicitly chmod'ing the files to (0666 & ~umask).

PR: bin/16119
Submitted by: Sascha Blank <blank@uni-trier.de>

Completed in 99 milliseconds