Source-Changes-HG archive

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

[src/trunk]: src/etc Add note about how to make MAKEDEV(8).



details:   https://anonhg.NetBSD.org/src/rev/2f905f4d427f
branches:  trunk
changeset: 532982:2f905f4d427f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jun 18 13:54:40 2002 +0000

description:
Add note about how to make MAKEDEV(8).

diffstat:

 etc/etc.evbsh3/MAKEDEV  |  9 ++++++++-
 etc/etc.luna68k/MAKEDEV |  9 ++++++++-
 etc/etc.mmeye/MAKEDEV   |  9 ++++++++-
 3 files changed, 24 insertions(+), 3 deletions(-)

diffs (68 lines):

diff -r 46a59a5b543d -r 2f905f4d427f etc/etc.evbsh3/MAKEDEV
--- a/etc/etc.evbsh3/MAKEDEV    Tue Jun 18 13:54:26 2002 +0000
+++ b/etc/etc.evbsh3/MAKEDEV    Tue Jun 18 13:54:40 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.15 2002/06/18 05:01:56 itojun Exp $
+#      $NetBSD: MAKEDEV,v 1.16 2002/06/18 13:54:40 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -23,6 +23,13 @@
 #
 #      @(#)MAKEDEV     5.2 (Berkeley) 6/22/90
 #
+###########################################################################
+#
+#   PLEASE RUN "cd ../share/man/man8 ; make makedevs"
+#   AFTER CHANGING THIS FILE, AND COMMIT THE UPDATED MANPAGE!
+#
+###########################################################################
+#
 # Device "make" file.  Valid arguments:
 #      all     makes all known devices, including local devices.
 #              Tries to make the 'standard' number of each type.
diff -r 46a59a5b543d -r 2f905f4d427f etc/etc.luna68k/MAKEDEV
--- a/etc/etc.luna68k/MAKEDEV   Tue Jun 18 13:54:26 2002 +0000
+++ b/etc/etc.luna68k/MAKEDEV   Tue Jun 18 13:54:40 2002 +0000
@@ -1,6 +1,13 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.17 2002/06/17 16:21:08 christos Exp $
+#      $NetBSD: MAKEDEV,v 1.18 2002/06/18 13:54:40 wiz Exp $
+#
+###########################################################################
+#
+#   PLEASE RUN "cd ../share/man/man8 ; make makedevs"
+#   AFTER CHANGING THIS FILE, AND COMMIT THE UPDATED MANPAGE!
+#
+###########################################################################
 #
 # Device "make" file.  Valid arguments:
 #      std     standard devices
diff -r 46a59a5b543d -r 2f905f4d427f etc/etc.mmeye/MAKEDEV
--- a/etc/etc.mmeye/MAKEDEV     Tue Jun 18 13:54:26 2002 +0000
+++ b/etc/etc.mmeye/MAKEDEV     Tue Jun 18 13:54:40 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.22 2002/06/18 05:01:09 itojun Exp $
+#      $NetBSD: MAKEDEV,v 1.23 2002/06/18 13:54:40 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -23,6 +23,13 @@
 #
 #      @(#)MAKEDEV     5.2 (Berkeley) 6/22/90
 #
+###########################################################################
+#
+#   PLEASE RUN "cd ../share/man/man8 ; make makedevs"
+#   AFTER CHANGING THIS FILE, AND COMMIT THE UPDATED MANPAGE!
+#
+###########################################################################
+#
 # Device "make" file.  Valid arguments:
 #      all     makes all known devices, including local devices.
 #              Tries to make the 'standard' number of each type.



Home | Main Index | Thread Index | Old Index