From owner-cvs-gnu Tue Oct 10 04:34:20 1995 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA29812 for cvs-gnu-outgoing; Tue, 10 Oct 1995 04:34:20 -0700 Received: (from gclarkii@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA29802 ; Tue, 10 Oct 1995 04:34:11 -0700 Date: Tue, 10 Oct 1995 04:34:11 -0700 From: Gary Clark II Message-Id: <199510101134.EAA29802@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac tmac.doc.old Sender: owner-cvs-gnu@FreeBSD.org Precedence: bulk gclarkii 95/10/10 04:34:11 Modified: gnu/usr.bin/groff/tmac tmac.doc.old Log: Change UNIX to FreeBSD. I got tired of see ``UNIX System Managers Manual'' NOTE: There still a couple of UNIXs left in here. There deal with the documents. We may want to change there also, even though VERY little of there even pertain to FreeBSD. From owner-cvs-gnu Wed Oct 11 07:31:10 1995 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09019 for cvs-gnu-outgoing; Wed, 11 Oct 1995 07:31:10 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA09006 ; Wed, 11 Oct 1995 07:30:56 -0700 Date: Wed, 11 Oct 1995 07:30:56 -0700 From: Bill Paul Message-Id: <199510111430.HAA09006@freefall.freebsd.org> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/yp_mkdb yp_mkdb.c Sender: owner-cvs-gnu@FreeBSD.org Precedence: bulk wpaul 95/10/11 07:30:55 Modified: gnu/usr.sbin/yp_mkdb yp_mkdb.c Log: A one-liner: We already check for (and reject entries with) '+' or '-' as the first character of the key side of the key/data pair; we should check the data side too. (Letting spurious +/- entries into the NIS maps is bad karma.)