Annotation of embedaddon/smartmontools/os_win32/syslogevt.mc, revision 1.1.1.1

1.1       misho       1: ;/*
                      2: ; * os_win32/syslogevt.mc
                      3: ; *
                      4: ; * Home page of code is: http://smartmontools.sourceforge.net
                      5: ; *
                      6: ; * Copyright (C) 2004-10 Christian Franke <smartmontools-support@lists.sourceforge.net>
                      7: ; *
                      8: ; * This program is free software; you can redistribute it and/or modify
                      9: ; * it under the terms of the GNU General Public License as published by
                     10: ; * the Free Software Foundation; either version 2, or (at your option)
                     11: ; * any later version.
                     12: ; *
                     13: ; * You should have received a copy of the GNU General Public License
                     14: ; * (for example COPYING); if not, write to the Free
                     15: ; * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
                     16: ; *
                     17: ; */
                     18: ;
                     19: ;// $Id: syslogevt.mc 3166 2010-09-24 19:43:31Z chrfranke $
                     20: ;
                     21: ;// Use message compiler "mc" or "windmc" to generate
                     22: ;//   syslogevt.rc, syslogevt.h, msg00001.bin
                     23: ;// from this file.
                     24: ;// MSG_SYSLOG in syslogmsg.h must be zero
                     25: ;// MSG_SYSLOG_nn must be == nn
                     26: ;
                     27: ;// MS and binutils message compiler defaults for FacilityNames differ:
                     28: ;// mc:     Application = 0x000
                     29: ;// windmc: Application = 0xfff
                     30: FacilityNames = (Application = 0x000)
                     31: 
                     32: MessageId=0x0
                     33: Severity=Success
                     34: Facility=Application
                     35: SymbolicName=MSG_SYSLOG
                     36: Language=English
                     37: %1
                     38: .
                     39: ;// 1-10 Line SYSLOG Messages
                     40: ;// %1=Ident, %2=PID, %3=Severity, %[4-13]=Line 1-10
                     41: MessageId=0x1
                     42: Severity=Success
                     43: Facility=Application
                     44: SymbolicName=MSG_SYSLOG_01
                     45: Language=English
                     46: %1[%2]:%3: %4
                     47: .
                     48: MessageId=0x2
                     49: Severity=Success
                     50: Facility=Application
                     51: SymbolicName=MSG_SYSLOG_02
                     52: Language=English
                     53: %1[%2]:%3%n
                     54: %4%n
                     55: %5
                     56: .
                     57: MessageId=0x3
                     58: Severity=Success
                     59: Facility=Application
                     60: SymbolicName=MSG_SYSLOG_03
                     61: Language=English
                     62: %1[%2]:%3%n
                     63: %4%n
                     64: %5%n
                     65: %6
                     66: .
                     67: MessageId=0x4
                     68: Severity=Success
                     69: Facility=Application
                     70: SymbolicName=MSG_SYSLOG_04
                     71: Language=English
                     72: %1[%2]:%3%n
                     73: %4%n
                     74: %5%n
                     75: %6%n
                     76: %7
                     77: .
                     78: MessageId=0x5
                     79: Severity=Success
                     80: Facility=Application
                     81: SymbolicName=MSG_SYSLOG_05
                     82: Language=English
                     83: %1[%2]:%3%n
                     84: %4%n
                     85: %5%n
                     86: %6%n
                     87: %7%n
                     88: %8
                     89: .
                     90: MessageId=0x6
                     91: Severity=Success
                     92: Facility=Application
                     93: SymbolicName=MSG_SYSLOG_06
                     94: Language=English
                     95: %1[%2]:%3%n
                     96: %4%n
                     97: %5%n
                     98: %6%n
                     99: %7%n
                    100: %8%n
                    101: %9
                    102: .
                    103: MessageId=0x7
                    104: Severity=Success
                    105: Facility=Application
                    106: SymbolicName=MSG_SYSLOG_07
                    107: Language=English
                    108: %1[%2]:%3%n
                    109: %4%n
                    110: %5%n
                    111: %6%n
                    112: %7%n
                    113: %8%n
                    114: %9%n
                    115: %10
                    116: .
                    117: MessageId=0x8
                    118: Severity=Success
                    119: Facility=Application
                    120: SymbolicName=MSG_SYSLOG_08
                    121: Language=English
                    122: %1[%2]:%3%n
                    123: %4%n
                    124: %5%n
                    125: %6%n
                    126: %7%n
                    127: %8%n
                    128: %9%n
                    129: %10%n
                    130: %11
                    131: .
                    132: MessageId=0x9
                    133: Severity=Success
                    134: Facility=Application
                    135: SymbolicName=MSG_SYSLOG_09
                    136: Language=English
                    137: %1[%2]:%3%n
                    138: %4%n
                    139: %5%n
                    140: %6%n
                    141: %7%n
                    142: %8%n
                    143: %9%n
                    144: %10%n
                    145: %11%n
                    146: %12
                    147: .
                    148: MessageId=0xa
                    149: Severity=Success
                    150: Facility=Application
                    151: SymbolicName=MSG_SYSLOG_10
                    152: Language=English
                    153: %1[%2]:%3%n
                    154: %4%n
                    155: %5%n
                    156: %6%n
                    157: %7%n
                    158: %8%n
                    159: %9%n
                    160: %10%n
                    161: %11%n
                    162: %12%n
                    163: %13
                    164: .

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>