From owner-cvs-all Mon Jul 27 06:05:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA12698 for cvs-all-outgoing; Mon, 27 Jul 1998 06:05:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA12692; Mon, 27 Jul 1998 06:05:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA04883; Mon, 27 Jul 1998 06:04:19 -0700 (PDT) Date: Mon, 27 Jul 1998 06:04:19 -0700 (PDT) Message-Id: <199807271304.GAA04883@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/07/27 06:04:18 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Harlan.Stenn@pfcs.com added two (very interesting) options to syslogd for -current (Thanks Harald). However, on my attempt to try this on -STABLE, I found that when forwarding to another host the actual messages gets lost. This is due to a wrong index because when the -v option was added, the indexes shifted one place. PR: 7407 Submitted by: Andre Albsmeier Revision Changes Path 1.40 +3 -3 src/usr.sbin/syslogd/syslogd.c