
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
1 hour
|
|
|
Remaining Estimate:
|
1 hour
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
Hi,
In site:sshdeploy, permissions on the generated web site documentation are changed by executing 'chmod -Rf g+u * .' . However, this poses problems for example on HP-UX 11.23, because:
- the -f option doesn't exist in the command chmod
- g+u doesn't work (returns error message : 'invalid mode'), probably due to a bug in the chmod command on HP-UX. However g=u works instead.
Is it therefore possible to put a property value instead with a default value 'chmod -Rf g+u * .'. This way this command can be overridden for HP-UX (e.g by using 'chmod -R g=u * .').
Regards,
Davy Toch
|
|
Description
|
Hi,
In site:sshdeploy, permissions on the generated web site documentation are changed by executing 'chmod -Rf g+u * .' . However, this poses problems for example on HP-UX 11.23, because:
- the -f option doesn't exist in the command chmod
- g+u doesn't work (returns error message : 'invalid mode'), probably due to a bug in the chmod command on HP-UX. However g=u works instead.
Is it therefore possible to put a property value instead with a default value 'chmod -Rf g+u * .'. This way this command can be overridden for HP-UX (e.g by using 'chmod -R g=u * .').
Regards,
Davy Toch |
Show » |
Sort Order:
|
Duplicate of
MPSITE-25