xref: /titanic_53/usr/src/cmd/logadm/logadm.xcl (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
3*7c478bd9Sstevel@tonic-gate#
4*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gate# with the License.
8*7c478bd9Sstevel@tonic-gate#
9*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gate# and limitations under the License.
13*7c478bd9Sstevel@tonic-gate#
14*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate#
20*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
21*7c478bd9Sstevel@tonic-gate#
22*7c478bd9Sstevel@tonic-gate#
23*7c478bd9Sstevel@tonic-gate# Copyright (c) 2001 by Sun Microsystems, Inc.
24*7c478bd9Sstevel@tonic-gate# All rights reserved.
25*7c478bd9Sstevel@tonic-gate#
26*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
27*7c478bd9Sstevel@tonic-gate#
28*7c478bd9Sstevel@tonic-gatemsgid  "    <%s>\n"
29*7c478bd9Sstevel@tonic-gatemsgid  " "
30*7c478bd9Sstevel@tonic-gatemsgid  " # %s"
31*7c478bd9Sstevel@tonic-gatemsgid  " %s"
32*7c478bd9Sstevel@tonic-gatemsgid  " %s%s"
33*7c478bd9Sstevel@tonic-gatemsgid  " *[0-9]+"
34*7c478bd9Sstevel@tonic-gatemsgid  ""
35*7c478bd9Sstevel@tonic-gatemsgid  "#%s"
36*7c478bd9Sstevel@tonic-gatemsgid  "$"
37*7c478bd9Sstevel@tonic-gatemsgid  "$file.$n"
38*7c478bd9Sstevel@tonic-gatemsgid  "%03lo"
39*7c478bd9Sstevel@tonic-gatemsgid  "%20.20s %s\n"
40*7c478bd9Sstevel@tonic-gatemsgid  "%a %b %e %T %Y"
41*7c478bd9Sstevel@tonic-gatemsgid  "%a %b %e %T %Z %Y"
42*7c478bd9Sstevel@tonic-gatemsgid  "%c"
43*7c478bd9Sstevel@tonic-gatemsgid  "%d"
44*7c478bd9Sstevel@tonic-gatemsgid  "%ld"
45*7c478bd9Sstevel@tonic-gatemsgid  "%s %s"
46*7c478bd9Sstevel@tonic-gatemsgid  "%s"
47*7c478bd9Sstevel@tonic-gatemsgid  "%s%s%s"
48*7c478bd9Sstevel@tonic-gatemsgid  "%s: "
49*7c478bd9Sstevel@tonic-gatemsgid  "'"
50*7c478bd9Sstevel@tonic-gatemsgid  "([0-9]+)$0"
51*7c478bd9Sstevel@tonic-gatemsgid  "(\\.gz){0,1}"
52*7c478bd9Sstevel@tonic-gatemsgid  "-"
53*7c478bd9Sstevel@tonic-gatemsgid  "-c"
54*7c478bd9Sstevel@tonic-gatemsgid  "."
55*7c478bd9Sstevel@tonic-gatemsgid  ".*"
56*7c478bd9Sstevel@tonic-gatemsgid  "./"
57*7c478bd9Sstevel@tonic-gatemsgid  ".gz"
58*7c478bd9Sstevel@tonic-gatemsgid  "/"
59*7c478bd9Sstevel@tonic-gatemsgid  "/bin/chmod"
60*7c478bd9Sstevel@tonic-gatemsgid  "/bin/chown"
61*7c478bd9Sstevel@tonic-gatemsgid  "/bin/cp"
62*7c478bd9Sstevel@tonic-gatemsgid  "/bin/gzip"
63*7c478bd9Sstevel@tonic-gatemsgid  "/bin/mv"
64*7c478bd9Sstevel@tonic-gatemsgid  "/bin/rm"
65*7c478bd9Sstevel@tonic-gatemsgid  "/bin/sh"
66*7c478bd9Sstevel@tonic-gatemsgid  "/bin/touch"
67*7c478bd9Sstevel@tonic-gatemsgid  "/dev/null"
68*7c478bd9Sstevel@tonic-gatemsgid  "/etc/logadm.conf"
69*7c478bd9Sstevel@tonic-gatemsgid  "1"
70*7c478bd9Sstevel@tonic-gatemsgid  "10"
71*7c478bd9Sstevel@tonic-gatemsgid  "1b"
72*7c478bd9Sstevel@tonic-gatemsgid  "1w"
73*7c478bd9Sstevel@tonic-gatemsgid  ": %s"
74*7c478bd9Sstevel@tonic-gatemsgid  ":"
75*7c478bd9Sstevel@tonic-gatemsgid  "A"
76*7c478bd9Sstevel@tonic-gatemsgid  "ACS"
77*7c478bd9Sstevel@tonic-gatemsgid  "AS"
78*7c478bd9Sstevel@tonic-gatemsgid  "C"
79*7c478bd9Sstevel@tonic-gatemsgid  "E"
80*7c478bd9Sstevel@tonic-gatemsgid  "HOME"
81*7c478bd9Sstevel@tonic-gatemsgid  "LOGNAME"
82*7c478bd9Sstevel@tonic-gatemsgid  "N"
83*7c478bd9Sstevel@tonic-gatemsgid  "P"
84*7c478bd9Sstevel@tonic-gatemsgid  "PATH=/bin"
85*7c478bd9Sstevel@tonic-gatemsgid  "R"
86*7c478bd9Sstevel@tonic-gatemsgid  "S"
87*7c478bd9Sstevel@tonic-gatemsgid  "T"
88*7c478bd9Sstevel@tonic-gatemsgid  "TZ=UTC"
89*7c478bd9Sstevel@tonic-gatemsgid  "USER"
90*7c478bd9Sstevel@tonic-gatemsgid  "V"
91*7c478bd9Sstevel@tonic-gatemsgid  "Vn"
92*7c478bd9Sstevel@tonic-gatemsgid  "[0-9]+"
93*7c478bd9Sstevel@tonic-gatemsgid  "[0-9]+/[0-9]+/[0-9]+"
94*7c478bd9Sstevel@tonic-gatemsgid  "[0-9]+:[0-9]+"
95*7c478bd9Sstevel@tonic-gatemsgid  "[0-9]+:[0-9]+:[0-9]+"
96*7c478bd9Sstevel@tonic-gatemsgid  "\""
97*7c478bd9Sstevel@tonic-gatemsgid  "\n"
98*7c478bd9Sstevel@tonic-gatemsgid  "^"
99*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_CHMOD"
100*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_CHOWN"
101*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_CP"
102*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_DEBUG"
103*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_DEFAULT_CONFFILE"
104*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_GZIP"
105*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_MV"
106*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_RM"
107*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_SH"
108*7c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_TOUCH"
109*7c478bd9Sstevel@tonic-gatemsgid  "a"
110*7c478bd9Sstevel@tonic-gatemsgid  "b"
111*7c478bd9Sstevel@tonic-gatemsgid  "basename"
112*7c478bd9Sstevel@tonic-gatemsgid  "c"
113*7c478bd9Sstevel@tonic-gatemsgid  "conf.c"
114*7c478bd9Sstevel@tonic-gatemsgid  "dirname"
115*7c478bd9Sstevel@tonic-gatemsgid  "domain"
116*7c478bd9Sstevel@tonic-gatemsgid  "e"
117*7c478bd9Sstevel@tonic-gatemsgid  "eNrwpPsabcgmoRtzACEST"
118*7c478bd9Sstevel@tonic-gatemsgid  "err.c"
119*7c478bd9Sstevel@tonic-gatemsgid  "f"
120*7c478bd9Sstevel@tonic-gatemsgid  "fhnrvVw"
121*7c478bd9Sstevel@tonic-gatemsgid  "file"
122*7c478bd9Sstevel@tonic-gatemsgid  "fn.c"
123*7c478bd9Sstevel@tonic-gatemsgid  "fork"
124*7c478bd9Sstevel@tonic-gatemsgid  "g"
125*7c478bd9Sstevel@tonic-gatemsgid  "glob.c"
126*7c478bd9Sstevel@tonic-gatemsgid  "h"
127*7c478bd9Sstevel@tonic-gatemsgid  "home"
128*7c478bd9Sstevel@tonic-gatemsgid  "isa"
129*7c478bd9Sstevel@tonic-gatemsgid  "kw.c"
130*7c478bd9Sstevel@tonic-gatemsgid  "logadm-version"
131*7c478bd9Sstevel@tonic-gatemsgid  "logname"
132*7c478bd9Sstevel@tonic-gatemsgid  "lut.c"
133*7c478bd9Sstevel@tonic-gatemsgid  "m"
134*7c478bd9Sstevel@tonic-gatemsgid  "machine"
135*7c478bd9Sstevel@tonic-gatemsgid  "main.c"
136*7c478bd9Sstevel@tonic-gatemsgid  "n"
137*7c478bd9Sstevel@tonic-gatemsgid  "never"
138*7c478bd9Sstevel@tonic-gatemsgid  "nodename"
139*7c478bd9Sstevel@tonic-gatemsgid  "now"
140*7c478bd9Sstevel@tonic-gatemsgid  "o"
141*7c478bd9Sstevel@tonic-gatemsgid  "opts.c"
142*7c478bd9Sstevel@tonic-gatemsgid  "p"
143*7c478bd9Sstevel@tonic-gatemsgid  "pipe"
144*7c478bd9Sstevel@tonic-gatemsgid  "platform"
145*7c478bd9Sstevel@tonic-gatemsgid  "putenv PATH"
146*7c478bd9Sstevel@tonic-gatemsgid  "putenv TZ"
147*7c478bd9Sstevel@tonic-gatemsgid  "r"
148*7c478bd9Sstevel@tonic-gatemsgid  "release"
149*7c478bd9Sstevel@tonic-gatemsgid  "rwV"
150*7c478bd9Sstevel@tonic-gatemsgid  "s"
151*7c478bd9Sstevel@tonic-gatemsgid  "secs"
152*7c478bd9Sstevel@tonic-gatemsgid  "sp"
153*7c478bd9Sstevel@tonic-gatemsgid  "t"
154*7c478bd9Sstevel@tonic-gatemsgid  "tmpfile"
155*7c478bd9Sstevel@tonic-gatemsgid  "uname"
156*7c478bd9Sstevel@tonic-gatemsgid  "user"
157*7c478bd9Sstevel@tonic-gatemsgid  "v"
158*7c478bd9Sstevel@tonic-gatemsgid  "vn"
159*7c478bd9Sstevel@tonic-gatemsgid  "w"
160*7c478bd9Sstevel@tonic-gatemsgid  "waitpid"
161*7c478bd9Sstevel@tonic-gatemsgid  "z"
162