Advertisement
Guest User

Untitled

a guest
Aug 1st, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. # Copyright 2001-2002 Sun Microsystems, Inc. All rights reserved.
  2. # Use is subject to license terms.
  3. #
  4. #ident "@(#)logadm.conf 1.2 02/02/13 SMI"
  5. #
  6. # logadm.conf
  7. #
  8. # Default settings for system log file management.
  9. # The -w option to logadm(1M) is the preferred way to write to this file,
  10. # but if you do edit it by hand, use "logadm -V" to check it for errors.
  11. #
  12. # The format of lines in this file is:
  13. # <logname> <options>
  14. # For each logname listed here, the default options to logadm
  15. # are given. Options given on the logadm command line override
  16. # the defaults contained in this file.
  17. #
  18. # logadm typically runs early every morning via an entry in
  19. # root's crontab (see crontab(1)).
  20. #
  21. /var/log/syslog -C 8 -P 'Tue Jul 31 07:10:00 2012' -a 'kill -HUP `cat /var/run/syslog.pid`'
  22. /var/adm/messages -C 4 -P 'Tue Jul 31 07:10:00 2012' -a 'kill -HUP `cat /var/run/syslog.pid`'
  23. /var/cron/log -P 'Wed Aug 1 07:10:00 2012' -c -s 512k -t /var/cron/olog
  24. /var/lp/logs/lpsched -C 2 -N -P 'Tue Jul 31 07:10:00 2012' -t '$file.$N'
  25. #
  26. # The entry below is used by turnacct(1M)
  27. #
  28. /var/adm/pacct -C 0 -N -a '/usr/lib/acct/accton pacct' -g adm -m 664 -o adm -p never
  29. /var/log/oracle/oracle_audit.log -C 0 -N -P 'Wed Aug 1 14:44:38 2012' -a 'kill -HUP `cat /var/run/syslog.pid`' -g dba -m 664 -o adm -s 10g -z 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement