Source-Changes-HG archive

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

[src/trunk]: src/etc Use a colon to seprate user and group name pairs.



details:   https://anonhg.NetBSD.org/src/rev/18f4d6dcf2ed
branches:  trunk
changeset: 477024:18f4d6dcf2ed
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Oct 06 21:55:54 1999 +0000

description:
Use a colon to seprate user and group name pairs.

diffstat:

 etc/inetd.conf |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 088c9b4175c4 -r 18f4d6dcf2ed etc/inetd.conf
--- a/etc/inetd.conf    Wed Oct 06 21:54:10 1999 +0000
+++ b/etc/inetd.conf    Wed Oct 06 21:55:54 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: inetd.conf,v 1.27 1999/10/05 10:44:28 ad Exp $
+#      $NetBSD: inetd.conf,v 1.28 1999/10/06 21:55:54 ad Exp $
 #
 # Internet server configuration database
 #
@@ -12,10 +12,10 @@
 #uucpd         stream  tcp     nowait  root    /usr/libexec/uucpd      uucpd
 #nntp          stream  tcp     nowait  usenet  /usr/libexec/nntpd      nntpd
 finger         stream  tcp     nowait  nobody  /usr/libexec/fingerd    fingerd
-#ident         stream  tcp     nowait  nobody.kmem /usr/libexec/identd identd -l -o -e -N
+#ident         stream  tcp     nowait  nobody:kmem /usr/libexec/identd identd -l -o -e -N
 #tftp          dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -s /tftpboot
 comsat         dgram   udp     wait    root    /usr/libexec/comsat     comsat
-ntalk          dgram   udp     wait    nobody.tty      /usr/libexec/ntalkd     ntalkd
+ntalk          dgram   udp     wait    nobody:tty      /usr/libexec/ntalkd     ntalkd
 #bootps                dgram   udp     wait    root    /usr/sbin/bootpd        bootpd
 #
 #      Games
@@ -51,9 +51,9 @@
 #      RPC based services
 #
 #mountd/1      dgram   rpc/udp wait    root    /usr/sbin/mountd        mountd
-rstatd/1-3     dgram   rpc/udp wait    nobody.kmem     /usr/libexec/rpc.rstatd rpc.rstatd
+rstatd/1-3     dgram   rpc/udp wait    nobody:kmem     /usr/libexec/rpc.rstatd rpc.rstatd
 rusersd/2-3    dgram   rpc/udp wait    nobody  /usr/libexec/rpc.rusersd rpc.rusersd
-walld/1                dgram   rpc/udp wait    nobody.tty      /usr/libexec/rpc.rwalld rpc.rwalld
+walld/1                dgram   rpc/udp wait    nobody:tty      /usr/libexec/rpc.rwalld rpc.rwalld
 #sprayd/1      dgram   rpc/udp wait    nobody  /usr/libexec/rpc.sprayd rpc.sprayd
 #rquotad/1     dgram   rpc/udp wait    root    /usr/libexec/rpc.rquotad rpc.rquotad
 #



Home | Main Index | Thread Index | Old Index