(change_file_mode): Call describe_change with a 3-state argument.
authorJim Meyering <jim@meyering.net>
Sun, 31 Aug 1997 12:57:15 +0000 (12:57 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 31 Aug 1997 12:57:15 +0000 (12:57 +0000)
commitc3cdbb8d3f85878507af9cd39ca4df06060f45be
treea1a0fc3c4b6f3d6f18bdf05d3d0a00499d4762f2
parent2a1bb90a7e0e9bf2a2956de54b628160bd16fd2b
(change_file_mode): Call describe_change with a 3-state argument.
(describe_change): Report whether the operation was successful,
a failure, or that the request was a no-op.
Before, running `chmod --verb u-r /' as non-root reported
  mode of / changed to 0355 (-wxr-xr-x)
  chmod: /: Not owner
Reported by Philippe Schnoebelen <phs@hobbes.fing.edu.uy>
src/chmod.c