summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-01 14:15:17 +0000
committerJim Meyering <jim@meyering.net>2000-05-01 14:15:17 +0000
commitc488f85c66b97561defbe423620e465d51735031 (patch)
treef2704feaab9cade97df5e31d52c6a96b01651dd9 /old
parentaa435d998270bbbc374ec3497546bb5947a489b5 (diff)
downloadcoreutils-c488f85c66b97561defbe423620e465d51735031.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
-rw-r--r--old/fileutils/NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e74e52ed7..db40173ff 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,9 @@
2000-05-01 Jim Meyering <meyering@lucent.com>
* src/install.c (change_attributes): Don't even attempt the chmod
- if the chown fails. Reported by Marc Olzheim.
+ if the chown fails. Before, when a non-root user ran `install -m 4755
+ -o nobody FILE DEST', DEST would set-uid not to `nobody' but rather to
+ the ID of the installing user. Reported by Marc Olzheim.
2000-04-30 Jim Meyering <meyering@lucent.com>
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 58c118137..cd5afb311 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,6 @@
Changes in release 4.1:
+[4.0s]
+* install no longer performs chmod if chown fails (see ChangeLog for example)
[4.0r]
* `du dir/subdir1 dir/subdir2' no longer fails
* chown accepts new option: --from=CURRENT_OWNER:CURRENT_GROUP