Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Print 'Keyboard encoding -> sg' instead of just 'en...



details:   https://anonhg.NetBSD.org/src/rev/a809aa510654
branches:  trunk
changeset: 768120:a809aa510654
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Tue Aug 09 08:08:10 2011 +0000

description:
Print 'Keyboard encoding -> sg' instead of just 'encoding -> sg' on the
console.

diffstat:

 etc/rc.d/wscons |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6e8504c2c889 -r a809aa510654 etc/rc.d/wscons
--- a/etc/rc.d/wscons   Tue Aug 09 07:33:01 2011 +0000
+++ b/etc/rc.d/wscons   Tue Aug 09 08:08:10 2011 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: wscons,v 1.12 2007/04/02 12:42:42 mishka Exp $
+# $NetBSD: wscons,v 1.13 2011/08/09 08:08:10 mbalmer Exp $
 #
 
 # PROVIDE: wscons
@@ -132,6 +132,7 @@
                        encoding)
                                map=$arg1
                                cmd="$wsctl -w \"encoding=$map\""
+                               echo -n 'Keyboard '
                                eval $DOIT $cmd
                                ;;
 



Home | Main Index | Thread Index | Old Index