Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2011 16:10:11 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        sysinstall@FreeBSD.org
Subject:   Re: bin/161711: commit references a PR
Message-ID:  <201110161610.p9GGABK1093476@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/161711; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/161711: commit references a PR
Date: Sun, 16 Oct 2011 16:05:37 +0000 (UTC)

 Author: nwhitehorn
 Date: Sun Oct 16 16:05:23 2011
 New Revision: 226439
 URL: http://svn.freebsd.org/changeset/base/226439
 
 Log:
   Place quotes around the output of kbdmap(1), designed to be pasted into
   /etc/rc.conf.
   
   PR:		bin/161711
   Submitted by:	manolis
   MFC after:	1 week
 
 Modified:
   head/usr.sbin/kbdmap/kbdmap.c
 
 Modified: head/usr.sbin/kbdmap/kbdmap.c
 ==============================================================================
 --- head/usr.sbin/kbdmap/kbdmap.c	Sun Oct 16 15:55:23 2011	(r226438)
 +++ head/usr.sbin/kbdmap/kbdmap.c	Sun Oct 16 16:05:23 2011	(r226439)
 @@ -289,7 +289,7 @@ do_kbdcontrol(struct keymap *km)
  	if (!x11)
  		system(kbd_cmd);
  
 -	fprintf(stderr, "keymap=%s\n", km->keym);
 +	fprintf(stderr, "keymap=\"%s\"\n", km->keym);
  	free(kbd_cmd);
  }
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110161610.p9GGABK1093476>