From owner-freebsd-hackers Tue Mar 14 19:35:49 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA07377 for hackers-outgoing; Tue, 14 Mar 1995 19:35:49 -0800 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id TAA07367 for ; Tue, 14 Mar 1995 19:35:41 -0800 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA11199 (5.67a/IDA-1.5); Tue, 14 Mar 1995 21:23:43 -0600 Received: by bonkers.taronga.com (smail2.5p) id AA16285; 14 Mar 95 21:23:02 CST (Tue) Received: from localhost (localhost [127.0.0.1]) by bonkers.taronga.com (8.6.8/8.6.6) with SMTP id VAA16282; Tue, 14 Mar 1995 21:23:01 -0600 Message-Id: <199503150323.VAA16282@bonkers.taronga.com> X-Authentication-Warning: bonkers.taronga.com: Host localhost didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami) Cc: wpaul@freefall.cdrom.com, hackers@FreeBSD.org Subject: Re: cvs commit: src/lib/libss Makefile In-Reply-To: Your message of "Tue, 14 Mar 95 18:17:37 PST." <199503150217.SAA09430@forgery.CS.Berkeley.EDU> X-Mailer: exmh version 1.4.1 7/21/94 Date: Tue, 14 Mar 1995 21:22:28 -0600 From: Peter da Silva Sender: hackers-owner@FreeBSD.org Precedence: bulk > * From: Bill Paul > > * Repeat after me kids: "I will not try to install files into a directory > * when I'm not sure whether or not that directory exists." > > I've been bitten by this several times. Maybe we can make a new flag > to cp/install that says "the destination should be a directory...if > not, report an error". Append "/." to the directory name.