Date: Wed, 17 Mar 1999 11:24:58 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: symlink question In-Reply-To: <199903162003.UAA65052@out4.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 16 Mar 1999, Mark E. wrote: > So as an alternative, I > propose that ln.c in filutils be modified so that if the call to make a soft > link fails, then try to make a hard link. Why do it in `ln'? I would rather think this should be done inside `symlink' in the library. Are there any cases that this would be bad?