bin/161711: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Oct 16 16:10:12 UTC 2011


The following reply was made to PR bin/161711; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-sysinstall mailing list