Module Name:    src
Committed By:   mbalmer
Date:           Tue Aug  9 08:08:10 UTC 2011

Modified Files:
        src/etc/rc.d: wscons

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/etc/rc.d/wscons

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/wscons
diff -u src/etc/rc.d/wscons:1.12 src/etc/rc.d/wscons:1.13
--- src/etc/rc.d/wscons:1.12	Mon Apr  2 12:42:42 2007
+++ src/etc/rc.d/wscons	Tue Aug  9 08:08:10 2011
@@ -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
 				;;
 

Reply via email to