Bug 35881 - Do not use chmod -c since it's not portable, use install instead
Summary: Do not use chmod -c since it's not portable, use install instead
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: All FreeBSD
: medium enhancement
Assignee: Havoc Pennington
QA Contact: John (J5) Palmieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 09:51 UTC by Timothy Redaelli
Modified: 2013-09-25 12:48 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
[PATCH] Use 'chmod -v' instead of 'chmod -c' (864 bytes, patch)
2013-09-24 09:15 UTC, Chengwei Yang
Details | Splinter Review
[PATCH v2] Use 'chmod' instead of 'chmod -c' (920 bytes, patch)
2013-09-25 06:05 UTC, Chengwei Yang
Details | Splinter Review
[PATCH v3] Use 'chmod' instead of 'chmod -c' (919 bytes, patch)
2013-09-25 06:10 UTC, Chengwei Yang
Details | Splinter Review

Description Timothy Redaelli 2011-04-01 09:51:19 UTC
BSD systems does not have -c option of chmod.
Use install -v since it's more compatible
Comment 1 Chengwei Yang 2013-09-24 09:12:36 UTC
(In reply to comment #0)
> BSD systems does not have -c option of chmod.
> Use install -v since it's more compatible

Yes, confirmed.
Comment 2 Chengwei Yang 2013-09-24 09:15:46 UTC
Created attachment 86435 [details] [review]
[PATCH] Use 'chmod -v' instead of 'chmod -c'
Comment 3 Chengwei Yang 2013-09-25 06:05:59 UTC
Created attachment 86500 [details] [review]
[PATCH v2] Use 'chmod' instead of 'chmod -c'
Comment 4 Chengwei Yang 2013-09-25 06:10:40 UTC
Created attachment 86501 [details] [review]
[PATCH v3] Use 'chmod' instead of 'chmod -c'

remove extra space
Comment 5 Simon McVittie 2013-09-25 12:48:16 UTC
Fixed in git for 1.7.6, thanks.

(I wish the lowest common denominator for Unix was a little higher...)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.