Patch-ID# 106334-01 Keywords: logger limit buffer syslog segv Synopsis: SunOS 4.1.4: /usr/ucb/logger message length increased Date: May/11/98 Solaris Release: 1.1.2 SunOS Release: 4.1.4 Unbundled Product: Unbundled Release: Relevant Architectures: sparc NOTE: sun4(all) BugId's fixed with this patch: 1245755 Changes incorporated in this version: Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: logger Problem Description: 1245755 /usr/ucb/logger limits message length to 200 characters This patch increases the message length up to the syslog limit of 1024 characters. Patch Installation Instructions: 1) As root, save a copy of the original logger file: mv /usr/ucb/logger /usr/ucb/logger.fcs chmod 600 /usr/ucb/logger.fcs 2) Copy the new logger file from the patch directory: cp logger /usr/ucb chmod 755 /usr/ucb/logger chown root.staff /usr/ucb/logger