Annotation of 43BSDReno/usr.sbin/implogd/implogd.8, revision 1.1

1.1     ! root        1: .\" Copyright (c) 1983 The Regents of the University of California.
        !             2: .\" All rights reserved.
        !             3: .\"
        !             4: .\" Redistribution and use in source and binary forms are permitted provided
        !             5: .\" that: (1) source distributions retain this entire copyright notice and
        !             6: .\" comment, and (2) distributions including binaries display the following
        !             7: .\" acknowledgement:  ``This product includes software developed by the
        !             8: .\" University of California, Berkeley and its contributors'' in the
        !             9: .\" documentation or other materials provided with the distribution and in
        !            10: .\" all advertising materials mentioning features or use of this software.
        !            11: .\" Neither the name of the University nor the names of its contributors may
        !            12: .\" be used to endorse or promote products derived from this software without
        !            13: .\" specific prior written permission.
        !            14: .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
        !            15: .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
        !            16: .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
        !            17: .\"
        !            18: .\"    @(#)implogd.8   6.6 (Berkeley) 6/24/90
        !            19: .\"
        !            20: .TH IMPLOGD 8 "June 24, 1990"
        !            21: .UC 5
        !            22: .SH NAME
        !            23: implogd \- IMP logger process
        !            24: .SH SYNOPSIS
        !            25: .B implogd
        !            26: .SH DESCRIPTION
        !            27: .I Implogd
        !            28: is program which logs error messages from the IMP,
        !            29: placing them in the file
        !            30: .IR /var/log/implog .
        !            31: .PP
        !            32: Entries in the file are variable length.  Each log
        !            33: entry has a fixed length header of the form:
        !            34: .PP
        !            35: .ta 0.5i 1.0i 1.5i
        !            36: .nf
        !            37: struct sockstamp {
        !            38:        short   sin_family;
        !            39:        u_short sin_port;
        !            40:        struct  in_addr sin_addr;
        !            41:        time_t  sin_time;
        !            42:        int     sin_len;
        !            43: };
        !            44: .fi
        !            45: .PP
        !            46: followed, possibly, by the message received from the IMP.
        !            47: Each time the logging process is started up it places a
        !            48: time stamp entry in the file (a header with
        !            49: .I sin_len
        !            50: field set to 0).
        !            51: .PP
        !            52: The logging process will catch only those message from the IMP
        !            53: which are not processed by a protocol module, e.g. IP.
        !            54: This implies the log should contain only status information such
        !            55: as ``IMP going down'' messages, ``host down'' and other error messages,
        !            56: and, perhaps, stray NCP messages.
        !            57: .SH "SEE ALSO"
        !            58: imp(4), implog(8)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.