Print this page
OS-136 Need to log auth facility

*** 16,27 **** --- 16,32 ---- # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # + + # # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright 2014 Nexenta Systems, Inc. All rights reserved. # + + # # logadm.conf # # Default settings for system log file management. # The -w option to logadm(1M) is the preferred way to write to this file, # but if you do edit it by hand, use "logadm -V" to check it for errors.
*** 33,42 **** --- 38,48 ---- # the defaults contained in this file. # # logadm typically runs early every morning via an entry in # root's crontab (see crontab(1)). # + /var/log/authlog -C 8 -a 'kill -HUP `cat /var/run/syslog.pid`' /var/log/syslog -C 8 -a 'kill -HUP `cat /var/run/syslog.pid`' /var/adm/messages -C 4 -a 'kill -HUP `cat /var/run/syslog.pid`' /var/cron/log -c -s 512k -t /var/cron/olog /var/lp/logs/lpsched -C 2 -N -t '$file.$N' /var/fm/fmd/errlog -N -s 2m -M '/usr/sbin/fmadm -q rotate errlog && mv /var/fm/fmd/errlog.0- $nfile'