HP Tru64 UNIX and TruCluster Server Version 5.1.B-4 Patch Summary and Release Notes (13156)

1.25.2 Changes to awk and nawk
The awk and nawk commands have been modified to interpret numbers and the equal sign (=)
as text strings when specified as arguments to “program text.”
To produce this POSIX compliant action, set the new STDS_FLAG to ALL:
STDS_FLAG=ALL
When STDS_FLAG is set to ALL, variable names that do not begin with the alphabetic character
or underscore are considered invalid.
If STDS_FLAG is not set or is set to NULL, awk interprets this use of numbers and the equal sign
as numeric strings when specified as arguments to “program text.” This was the default action
before these commands were modified.
1.25.3 Changes to chmod
The chmod command has been modified to force it to consider the umask when the who(ugoa)
argument is not specified.
To produce this POSIX compliant-action, set the new STDS_FLAG to ALL:
STDS_FLAG=ALL
If STDS_FLAG is not set or is set to NULL, chmod does not consider the umask value while
changing to the permissions specified. This was the default action before chmod was modified.
1.25.4 Changes to cp
The cp command has been modified to enable compliance to the following POSIX requirements:
When the -i and -f options are used together the -f should not disable a previous -i (that
is, turn off prompting).
When the -f is set and the target file cannot be opened for writing, cp unlinks the target file.
To produce this POSIX-compliant action, set the new STDS_FLAG to ALL:
STDS_FLAG=ALL
If STDS_FLAG is not set or is set to NULL, when the -i and -f options are used together the one
specified last takes effect. This was the default action before cp was modified.
1.25.5 Changes to ex
The ex command has been modified to return 1 as an exit status when a read-only option with
write fails.
To produce this POSIX-compliant action, set the new STDS_FLAG to ALL:
STDS_FLAG=ALL
If STDS_FLAG is not set or is set to NULL, ex will return 0 as an exist status when a read-only
option with write fails. This was the default action before ex was modified.
1.25.6 Changes to find
The find command has been modified to not treat a hyphen (--) as special if it is first argument.
Instead, it ignores the hyphen and lists the file containing the hyphen.
To produce this POSIX-compliant action, set the new STDS_FLAG to ALL:
STDS_FLAG=ALL
24 Enhancements, Improvements, and Features