Source-Changes-HG archive

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

[src/trunk]: src/etc always use ${MKNOD} for consistency



details:   https://anonhg.NetBSD.org/src/rev/77aae8832a6f
branches:  trunk
changeset: 784810:77aae8832a6f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 10 14:54:33 2013 +0000

description:
always use ${MKNOD} for consistency

diffstat:

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

diffs (19 lines):

diff -r 629ab4429240 -r 77aae8832a6f etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Sun Feb 10 14:44:14 2013 +0000
+++ b/etc/MAKEDEV.tmpl  Sun Feb 10 14:54:33 2013 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.161 2013/01/26 18:44:21 apb Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.162 2013/02/10 14:54:33 christos Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -2292,7 +2292,7 @@
 
        if $do_redirect; then
                # Redirect stdout and stderr to console
-               mknod -m 600 -g 0 -u 0 temp_console c %CONSOLE_CMAJOR% 0
+               ${MKNOD} -m 600 -g 0 -u 0 temp_console c %CONSOLE_CMAJOR% 0
                exec >temp_console 2>&1
                rm temp_console
        fi



Home | Main Index | Thread Index | Old Index