Source-Changes-HG archive

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

[src/netbsd-2]: src/etc Pull up following revision(s) (requested by martti in...



details:   https://anonhg.NetBSD.org/src/rev/1a0d76727be6
branches:  netbsd-2
changeset: 564494:1a0d76727be6
user:      ghen <ghen%NetBSD.org@localhost>
date:      Tue Aug 01 14:37:51 2006 +0000

description:
Pull up following revision(s) (requested by martti in ticket #10665):
        etc/MAKEDEV.tmpl: revision 1.58
Create /dev/ipsync, /dev/ipscan and /dev/iplookup (misc/33504).

diffstat:

 etc/MAKEDEV.tmpl |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 63a646fb6ae2 -r 1a0d76727be6 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Wed Jun 14 20:06:07 2006 +0000
+++ b/etc/MAKEDEV.tmpl  Tue Aug 01 14:37:51 2006 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.23.2.3 2004/11/12 04:52:26 jmc Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.23.2.3.2.1 2006/08/01 14:37:51 ghen Exp $
 #
 # Copyright (c) 2003 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -876,6 +876,9 @@
        mkdev ipnat     c %ipl_chr% 1
        mkdev ipstate   c %ipl_chr% 2
        mkdev ipauth    c %ipl_chr% 3
+       mkdev ipsync    c %ipl_chr% 4
+       mkdev ipscan    c %ipl_chr% 5
+       mkdev iplookup  c %ipl_chr% 6
        ;;
 
 pf)



Home | Main Index | Thread Index | Old Index