xref: /illumos-gate/usr/src/cmd/logadm/logadm.xcl (revision 3010f05b)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*3010f05bSdp# Common Development and Distribution License (the "License").
6*3010f05bSdp# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
217c478bd9Sstevel@tonic-gate#
22*3010f05bSdp# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*3010f05bSdp# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gatemsgid  "    <%s>\n"
287c478bd9Sstevel@tonic-gatemsgid  " "
297c478bd9Sstevel@tonic-gatemsgid  " # %s"
307c478bd9Sstevel@tonic-gatemsgid  " %s"
317c478bd9Sstevel@tonic-gatemsgid  " %s%s"
327c478bd9Sstevel@tonic-gatemsgid  " *[0-9]+"
337c478bd9Sstevel@tonic-gatemsgid  ""
347c478bd9Sstevel@tonic-gatemsgid  "#%s"
357c478bd9Sstevel@tonic-gatemsgid  "$"
367c478bd9Sstevel@tonic-gatemsgid  "$file.$n"
377c478bd9Sstevel@tonic-gatemsgid  "%03lo"
387c478bd9Sstevel@tonic-gatemsgid  "%20.20s %s\n"
397c478bd9Sstevel@tonic-gatemsgid  "%a %b %e %T %Y"
407c478bd9Sstevel@tonic-gatemsgid  "%a %b %e %T %Z %Y"
417c478bd9Sstevel@tonic-gatemsgid  "%c"
427c478bd9Sstevel@tonic-gatemsgid  "%d"
437c478bd9Sstevel@tonic-gatemsgid  "%ld"
447c478bd9Sstevel@tonic-gatemsgid  "%s %s"
457c478bd9Sstevel@tonic-gatemsgid  "%s"
467c478bd9Sstevel@tonic-gatemsgid  "%s%s%s"
477c478bd9Sstevel@tonic-gatemsgid  "%s: "
487c478bd9Sstevel@tonic-gatemsgid  "'"
497c478bd9Sstevel@tonic-gatemsgid  "([0-9]+)$0"
507c478bd9Sstevel@tonic-gatemsgid  "(\\.gz){0,1}"
517c478bd9Sstevel@tonic-gatemsgid  "-"
527c478bd9Sstevel@tonic-gatemsgid  "-c"
537c478bd9Sstevel@tonic-gatemsgid  "."
547c478bd9Sstevel@tonic-gatemsgid  ".*"
557c478bd9Sstevel@tonic-gatemsgid  "./"
567c478bd9Sstevel@tonic-gatemsgid  ".gz"
577c478bd9Sstevel@tonic-gatemsgid  "/"
587c478bd9Sstevel@tonic-gatemsgid  "/bin/chmod"
597c478bd9Sstevel@tonic-gatemsgid  "/bin/chown"
607c478bd9Sstevel@tonic-gatemsgid  "/bin/cp"
617c478bd9Sstevel@tonic-gatemsgid  "/bin/gzip"
627c478bd9Sstevel@tonic-gatemsgid  "/bin/mv"
637c478bd9Sstevel@tonic-gatemsgid  "/bin/rm"
647c478bd9Sstevel@tonic-gatemsgid  "/bin/sh"
657c478bd9Sstevel@tonic-gatemsgid  "/bin/touch"
667c478bd9Sstevel@tonic-gatemsgid  "/dev/null"
677c478bd9Sstevel@tonic-gatemsgid  "/etc/logadm.conf"
687c478bd9Sstevel@tonic-gatemsgid  "1"
697c478bd9Sstevel@tonic-gatemsgid  "10"
707c478bd9Sstevel@tonic-gatemsgid  "1b"
717c478bd9Sstevel@tonic-gatemsgid  "1w"
727c478bd9Sstevel@tonic-gatemsgid  ": %s"
737c478bd9Sstevel@tonic-gatemsgid  ":"
747c478bd9Sstevel@tonic-gatemsgid  "A"
757c478bd9Sstevel@tonic-gatemsgid  "ACS"
767c478bd9Sstevel@tonic-gatemsgid  "AS"
777c478bd9Sstevel@tonic-gatemsgid  "C"
787c478bd9Sstevel@tonic-gatemsgid  "E"
797c478bd9Sstevel@tonic-gatemsgid  "HOME"
807c478bd9Sstevel@tonic-gatemsgid  "LOGNAME"
817c478bd9Sstevel@tonic-gatemsgid  "N"
827c478bd9Sstevel@tonic-gatemsgid  "P"
837c478bd9Sstevel@tonic-gatemsgid  "PATH=/bin"
847c478bd9Sstevel@tonic-gatemsgid  "R"
857c478bd9Sstevel@tonic-gatemsgid  "S"
867c478bd9Sstevel@tonic-gatemsgid  "T"
877c478bd9Sstevel@tonic-gatemsgid  "TZ=UTC"
887c478bd9Sstevel@tonic-gatemsgid  "USER"
897c478bd9Sstevel@tonic-gatemsgid  "V"
907c478bd9Sstevel@tonic-gatemsgid  "Vn"
917c478bd9Sstevel@tonic-gatemsgid  "[0-9]+"
927c478bd9Sstevel@tonic-gatemsgid  "[0-9]+/[0-9]+/[0-9]+"
937c478bd9Sstevel@tonic-gatemsgid  "[0-9]+:[0-9]+"
947c478bd9Sstevel@tonic-gatemsgid  "[0-9]+:[0-9]+:[0-9]+"
957c478bd9Sstevel@tonic-gatemsgid  "\""
967c478bd9Sstevel@tonic-gatemsgid  "\n"
977c478bd9Sstevel@tonic-gatemsgid  "^"
987c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_CHMOD"
997c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_CHOWN"
1007c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_CP"
1017c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_DEBUG"
1027c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_DEFAULT_CONFFILE"
1037c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_GZIP"
1047c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_MV"
1057c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_RM"
1067c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_SH"
1077c478bd9Sstevel@tonic-gatemsgid  "_LOGADM_TOUCH"
1087c478bd9Sstevel@tonic-gatemsgid  "a"
1097c478bd9Sstevel@tonic-gatemsgid  "b"
1107c478bd9Sstevel@tonic-gatemsgid  "basename"
1117c478bd9Sstevel@tonic-gatemsgid  "c"
1127c478bd9Sstevel@tonic-gatemsgid  "conf.c"
1137c478bd9Sstevel@tonic-gatemsgid  "dirname"
1147c478bd9Sstevel@tonic-gatemsgid  "domain"
1157c478bd9Sstevel@tonic-gatemsgid  "e"
1167c478bd9Sstevel@tonic-gatemsgid  "eNrwpPsabcgmoRtzACEST"
1177c478bd9Sstevel@tonic-gatemsgid  "err.c"
1187c478bd9Sstevel@tonic-gatemsgid  "f"
1197c478bd9Sstevel@tonic-gatemsgid  "fhnrvVw"
1207c478bd9Sstevel@tonic-gatemsgid  "file"
1217c478bd9Sstevel@tonic-gatemsgid  "fn.c"
1227c478bd9Sstevel@tonic-gatemsgid  "fork"
1237c478bd9Sstevel@tonic-gatemsgid  "g"
1247c478bd9Sstevel@tonic-gatemsgid  "glob.c"
1257c478bd9Sstevel@tonic-gatemsgid  "h"
1267c478bd9Sstevel@tonic-gatemsgid  "home"
1277c478bd9Sstevel@tonic-gatemsgid  "isa"
1287c478bd9Sstevel@tonic-gatemsgid  "kw.c"
1297c478bd9Sstevel@tonic-gatemsgid  "logadm-version"
1307c478bd9Sstevel@tonic-gatemsgid  "logname"
1317c478bd9Sstevel@tonic-gatemsgid  "lut.c"
1327c478bd9Sstevel@tonic-gatemsgid  "m"
1337c478bd9Sstevel@tonic-gatemsgid  "machine"
1347c478bd9Sstevel@tonic-gatemsgid  "main.c"
1357c478bd9Sstevel@tonic-gatemsgid  "n"
1367c478bd9Sstevel@tonic-gatemsgid  "never"
1377c478bd9Sstevel@tonic-gatemsgid  "nodename"
1387c478bd9Sstevel@tonic-gatemsgid  "now"
1397c478bd9Sstevel@tonic-gatemsgid  "o"
1407c478bd9Sstevel@tonic-gatemsgid  "opts.c"
1417c478bd9Sstevel@tonic-gatemsgid  "p"
1427c478bd9Sstevel@tonic-gatemsgid  "pipe"
1437c478bd9Sstevel@tonic-gatemsgid  "platform"
1447c478bd9Sstevel@tonic-gatemsgid  "putenv PATH"
1457c478bd9Sstevel@tonic-gatemsgid  "putenv TZ"
1467c478bd9Sstevel@tonic-gatemsgid  "r"
1477c478bd9Sstevel@tonic-gatemsgid  "release"
1487c478bd9Sstevel@tonic-gatemsgid  "rwV"
1497c478bd9Sstevel@tonic-gatemsgid  "s"
1507c478bd9Sstevel@tonic-gatemsgid  "secs"
1517c478bd9Sstevel@tonic-gatemsgid  "sp"
1527c478bd9Sstevel@tonic-gatemsgid  "t"
1537c478bd9Sstevel@tonic-gatemsgid  "tmpfile"
1547c478bd9Sstevel@tonic-gatemsgid  "uname"
1557c478bd9Sstevel@tonic-gatemsgid  "user"
1567c478bd9Sstevel@tonic-gatemsgid  "v"
1577c478bd9Sstevel@tonic-gatemsgid  "vn"
1587c478bd9Sstevel@tonic-gatemsgid  "w"
1597c478bd9Sstevel@tonic-gatemsgid  "waitpid"
1607c478bd9Sstevel@tonic-gatemsgid  "z"
161*3010f05bSdpmsgid  "zonename"
162