FS#41520 - pacman-optimize: replace --reference chmod/own parameter

Attached to Project: Pacman
Opened by Wolfgang Bumiller (Wrybane) - Sunday, 10 August 2014, 08:31 GMT
Last edited by Allan McRae (Allan) - Thursday, 25 September 2014, 01:05 GMT
Task Type Bug Report
Category Scripts & Tools
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version 4.1.2
Due in Version 4.2.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Summary and Info:
pacman-optimize uses chmod and chown with the --reference option which does not exist on BSD systems.

The attached patch replaces it with @OWNERCMD@ and @MODECMD@ which become `stat` calls configured for the target system in configure.ac, similar to the INODECMD used in makepkg.
This task depends upon

Closed by  Allan McRae (Allan)
Thursday, 25 September 2014, 01:05 GMT
Reason for closing:  Implemented
Additional comments about closing:  git commit eab8cf624
Comment by Allan McRae (Allan) - Sunday, 10 August 2014, 09:46 GMT
Forwarded to the mailing list.

Loading...