bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install command error with fileutils 4.1


From: Jim Meyering
Subject: Re: install command error with fileutils 4.1
Date: 08 May 2001 08:25:33 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.103

Jeremiah Mahler <address@hidden> wrote:
| To whoever is in charge of fileutils,
|
| The following command fails using fileutils 4.1, but works with 4.0.
|
| >     install some_file some_dir/
|
| The old version installs the file "some_file" into the directory "some_dir",
| but the new version fails.

Thanks for the report, but I can't reproduce it on a GNU/Linux-2.4.4
system using a local disk:

  $ cd /tmp
  $ mkdir d
  $ touch f
  $ install f d/
  $ find d
  d
  d/f
  $

Please give more information:
  what is the type of OS?
  is the disk in question local/NFS/?
  if the disk is not local, from what type of system is it mounted?
  what commands did you use to demonstrate the problem?
  what was the precise failure?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]