Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/inetd "user:group=foo.bar" is weird. use colon on ...



details:   https://anonhg.NetBSD.org/src/rev/336cba21156a
branches:  trunk
changeset: 546186:336cba21156a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Apr 22 07:46:46 2003 +0000

description:
"user:group=foo.bar" is weird.  use colon on both sides

diffstat:

 usr.sbin/inetd/inetd.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 53c7717dd0a2 -r 336cba21156a usr.sbin/inetd/inetd.c
--- a/usr.sbin/inetd/inetd.c    Tue Apr 22 07:45:27 2003 +0000
+++ b/usr.sbin/inetd/inetd.c    Tue Apr 22 07:46:46 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inetd.c,v 1.90 2003/04/22 07:45:27 itojun Exp $        */
+/*     $NetBSD: inetd.c,v 1.91 2003/04/22 07:46:46 itojun Exp $        */
 
 /*-
  * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
 #if 0
 static char sccsid[] = "@(#)inetd.c    8.4 (Berkeley) 4/13/94";
 #else
-__RCSID("$NetBSD: inetd.c,v 1.90 2003/04/22 07:45:27 itojun Exp $");
+__RCSID("$NetBSD: inetd.c,v 1.91 2003/04/22 07:46:46 itojun Exp $");
 #endif
 #endif /* not lint */
 
@@ -2047,7 +2047,7 @@
 
        if (isrpcservice(sep))
                fprintf(stderr,
-                   "%s: %s rpcprog=%d, rpcvers = %d/%d, proto=%s, wait:max=%d.%d, user:group=%s.%s builtin=%lx server=%s"
+                   "%s: %s rpcprog=%d, rpcvers = %d/%d, proto=%s, wait:max=%d.%d, user:group=%s:%s builtin=%lx server=%s"
 #ifdef IPSEC
                    " policy=\"%s\""
 #endif
@@ -2062,7 +2062,7 @@
                    );
        else
                fprintf(stderr,
-                   "%s: %s proto=%s%s, wait:max=%d.%d, user:group=%s.%s builtin=%lx server=%s"
+                   "%s: %s proto=%s%s, wait:max=%d.%d, user:group=%s:%s builtin=%lx server=%s"
 #ifdef IPSEC
                    " policy=%s"
 #endif



Home | Main Index | Thread Index | Old Index