Module Name:    src
Committed By:   lukem
Date:           Fri May  1 09:47:26 UTC 2009

Modified Files:
        src/libexec/ftpd: ftpd.8

Log Message:
Simplify the example command used to extract a wu-ftpd compatible xferlog.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/libexec/ftpd/ftpd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ftpd/ftpd.8
diff -u src/libexec/ftpd/ftpd.8:1.83 src/libexec/ftpd/ftpd.8:1.84
--- src/libexec/ftpd/ftpd.8:1.83	Sun Mar 15 08:07:22 2009
+++ src/libexec/ftpd/ftpd.8	Fri May  1 09:47:26 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ftpd.8,v 1.83 2009/03/15 08:07:22 joerg Exp $
+.\"	$NetBSD: ftpd.8,v 1.84 2009/05/01 09:47:26 lukem Exp $
 .\"
 .\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\"
 .\"     @(#)ftpd.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd September 21, 2008
+.Dd May 1, 2009
 .Dt FTPD 8
 .Os
 .Sh NAME
@@ -278,8 +278,7 @@
 .Pa xferlog
 file suitable for input into a third-party log analysis tool with a command
 similar to:
-.Dl "grep 'xferlog: ' /var/log/xferlog | \e"
-.Dl "\ \ \ sed -e 's/^.*xferlog: //' \*[Gt] wuxferlog"
+.Dl "sed -ne 's/^.*xferlog: //p' /var/log/xferlog \*[Gt] wuxferlog"
 .El
 .Pp
 The file

Reply via email to