Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/syslogd -u changed to -U when porting from FreeBSD; ...



details:   https://anonhg.NetBSD.org/src/rev/68ef50314f45
branches:  trunk
changeset: 571353:68ef50314f45
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 19 18:48:18 2004 +0000

description:
-u changed to -U when porting from FreeBSD; update comment.

diffstat:

 usr.sbin/syslogd/syslogd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 364e7c823abd -r 68ef50314f45 usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c        Fri Nov 19 18:41:00 2004 +0000
+++ b/usr.sbin/syslogd/syslogd.c        Fri Nov 19 18:48:18 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syslogd.c,v 1.71 2004/11/19 02:51:18 thorpej Exp $     */
+/*     $NetBSD: syslogd.c,v 1.72 2004/11/19 18:48:18 wiz Exp $ */
 
 /*
  * Copyright (c) 1983, 1988, 1993, 1994
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)syslogd.c  8.3 (Berkeley) 4/4/94";
 #else
-__RCSID("$NetBSD: syslogd.c,v 1.71 2004/11/19 02:51:18 thorpej Exp $");
+__RCSID("$NetBSD: syslogd.c,v 1.72 2004/11/19 18:48:18 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -65,7 +65,7 @@
  * more extensive changes by Eric Allman (again)
  * Extension to log by program name as well as facility and priority
  *   by Peter da Silva.
- * -u and -v by Harlan Stenn.
+ * -U and -v by Harlan Stenn.
  * Priority comparison code by Harlan Stenn.
  */
 



Home | Main Index | Thread Index | Old Index