From owner-cvs-sys Sat Jul 5 08:45:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA09513 for cvs-sys-outgoing; Sat, 5 Jul 1997 08:45:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA09434; Sat, 5 Jul 1997 08:44:41 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA09268; Sat, 5 Jul 1997 08:44:30 -0700 (PDT) Date: Sat, 5 Jul 1997 08:44:30 -0700 (PDT) Message-Id: <199707051544.IAA09268@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net ppp_deflate.c zlib.c zlib.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/07/05 08:44:30 PDT Removed files: sys/net ppp_deflate.c zlib.c zlib.h Log: Send these files to the attic until they are in use for several reasons. 1: cvs and cvsup don't really support vendor branches other than 1.1.1.x, this is on 1.1.2.x and causing problems in cvsup 'checkout mode', just the same as cvs has problems interpreting dates. (cvs has "1.1.1" hard coded) 2: cvs 'rm'ing them takes them off the vendor branch and should hide the above problems. 3: it's just clutter until the merge is done. 4: if the problem isn't sufficiently resolved by taking these off the vendor branch, the files will have to be nuked and re-imported.