 |
≫ |
|
|
 |
パッチ名: PHCO_36941
パッチ摘要: 11.31 passwd(4)のマンページ累積パッチ
作成日: 07/08/28
公開日: 07/09/17
ハードウェアプラットフォームおよびOSリリース:
11.31
現象:
PHCO_36941:
(SR:8606492542 CR:JAGag44713)
passwd(4)のマンページに、"初期ワークディレクトリフィールドは1023バイト
を超えることができません。"という不正な記述があります。
問題点の説明:
PHCO_36941:
(SR:8606492542 CR:JAGag44713)
passwd(4)のマンページに記載されていた初期ワークディレクトリフィールド
の最大サイズは間違っていました。
解決方法:
初期ワークディレクトリフィールドの最大サイズに関する説明を以下のように
修正しました。
"ロングユーザー名/グループ名機能が有効になっていないシステムでは、初期
ワークディレクトリフィールドは63バイトを超えることができません。また、
同機能が有効になっているシステムでは、同フィールドは310バイトを超える
ことができません。"
-----------------------------------------------------------------------------
Patch Name: PHCO_36941
Patch Description: 11.31 passwd(4) manpage cumulative patch
Creation Date: 07/08/28
Post Date: 07/09/17
Hardware Platforms - OS Releases:
11.31
Products: N/A
Filesets:
OS-Core.ADMN-ENG-A-MAN,fr=B.11.31,fa=HP-UX_B.11.31_IA/PA,v=HP
Automatic Reboot?: No
Status: General Release
Critical: No
Category Tags:
defect_repair general_release
Path Name: /hp-ux_patches/11.X/PHCO_36941
Symptoms:
PHCO_36941:
( SR:8606492542 CR:JAGag44713 )
The passwd(4) manpage incorrectly documents that the
initial working directory field can be no longer than
1023 bytes.
Defect Description:
PHCO_36941:
( SR:8606492542 CR:JAGag44713 )
The maximum size of the initial working directory
field documented in the passwd(4) manpage is
incorrect.
Resolution:
The maximum size of the initial working directory
field has been corrected. It can be no longer than
63 bytes if the support of the long user and group
names is not enabled on the system. It can be no
longer than 310 bytes if the support of the long
user and group names is enabled on the system.
Enhancement:
No
SR:
8606492542
Patch Files:
OS-Core.ADMN-ENG-A-MAN,fr=B.11.31,fa=HP-UX_B.11.31_IA/PA,
v=HP:
/usr/share/man/man4.Z/passwd.4
what(1) Output:
OS-Core.ADMN-ENG-A-MAN,fr=B.11.31,fa=HP-UX_B.11.31_IA/PA,
v=HP:
/usr/share/man/man4.Z/passwd.4:
None
cksum(1) Output:
OS-Core.ADMN-ENG-A-MAN,fr=B.11.31,fa=HP-UX_B.11.31_IA/PA,
v=HP:
3760170626 6729 /usr/share/man/man4.Z/passwd.4
Patch Conflicts: None
Patch Dependencies: None
Hardware Dependencies: None
Other Dependencies: None
Supersedes: None
Equivalent Patches: None
Patch Package Size: 30 KBytes
Installation Instructions:
Please review all instructions and the Hewlett-Packard
SupportLine User Guide or your Hewlett-Packard support terms
and conditions for precautions, scope of license,
restrictions, and, limitation of liability and warranties,
before installing this patch.
------------------------------------------------------------
1. Back up your system before installing a patch.
2. Login as root.
3. Copy the patch to the /tmp directory.
4. Move to the /tmp directory and unshar the patch:
cd /tmp
sh PHCO_36941
5. Run swinstall to install the patch:
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHCO_36941.depot
By default swinstall will archive the original software in
/var/adm/sw/save/PHCO_36941. If you do not wish to retain a
copy of the original software, include the patch_save_files
option in the swinstall command above:
-x patch_save_files=false
WARNING: If patch_save_files is false when a patch is installed,
the patch cannot be deinstalled. Please be careful
when using this feature.
For future reference, the contents of the PHCO_36941.text file is
available in the product readme:
swlist -l product -a readme -d @ /tmp/PHCO_36941.depot
To put this patch on a magnetic tape and install from the
tape drive, use the command:
dd if=/tmp/PHCO_36941.depot of=/dev/rmt/0m bs=2k
Special Installation Instructions: None
|