File: zz-runtime.conf

package info (click to toggle)
logwatch 7.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,572 kB
  • sloc: perl: 8,290; sh: 354; makefile: 38
file content (21 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###########################################################################
# $Id$
###########################################################################
# $Log: zz-runtime.conf,v $
# Revision 1.2  2007/04/28 23:47:13  bjorn
# Added show_runtime variable.
#
# Revision 1.1  2007/03/17 19:28:42  bjorn
# Added zz-runtime for runtime statistics.  Currently prints uptime,
# per Jason Sjobeck's proposal.
#
###########################################################################

Title = "Runtime Statistics"
LogFile = NONE

# The variable show_uptime, when set to one, will display the
# uptime at the time the script is run.
#$show_uptime = 0

# vi: shiftwidth=3 tabstop=3 et