[Pkg-sysvinit-commits] r1882 - in sysvinit/trunk/debian: . patches

Petter Reinholdtsen pere at alioth.debian.org
Mon Apr 26 20:03:05 UTC 2010


Author: pere
Date: 2010-04-26 20:03:02 +0000 (Mon, 26 Apr 2010)
New Revision: 1882

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/patches/63_init_keep_utf8_ttyflag.patch
Log:
Update 63_init_keep_utf8_ttyflag.patch to actually work on kfreebsd.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2010-04-26 17:17:42 UTC (rev 1881)
+++ sysvinit/trunk/debian/changelog	2010-04-26 20:03:02 UTC (rev 1882)
@@ -7,6 +7,7 @@
     of them provide the virtual facility.
   * Report script name requested if invoke-rc.d is used during
     shutdown.
+  * Update 63_init_keep_utf8_ttyflag.patch to actually work on kfreebsd.
 
  -- Petter Reinholdtsen <pere at debian.org>  Mon, 26 Apr 2010 11:20:00 +0200
 

Modified: sysvinit/trunk/debian/patches/63_init_keep_utf8_ttyflag.patch
===================================================================
--- sysvinit/trunk/debian/patches/63_init_keep_utf8_ttyflag.patch	2010-04-26 17:17:42 UTC (rev 1881)
+++ sysvinit/trunk/debian/patches/63_init_keep_utf8_ttyflag.patch	2010-04-26 20:03:02 UTC (rev 1882)
@@ -7,7 +7,7 @@
 ===================================================================
 --- trunk.orig/src/init.c	(revision 1869)
 +++ trunk/src/init.c	(working copy)
-@@ -784,9 +784,9 @@
+@@ -784,10 +784,11 @@
  	/*
  	 *	Set pre and post processing
  	 */
@@ -15,7 +15,9 @@
 +	tty.c_iflag = IGNPAR|ICRNL|IXON|IXANY
  #ifdef IUTF8 /* Not defined on FreeBSD */
 -	tty.c_iflag |= IUTF8;
-+		      | (tty.c_iflag & IUTF8);
++		      | (tty.c_iflag & IUTF8)
  #endif /* IUTF8 */
++		;
  	tty.c_oflag = OPOST|ONLCR;
  	tty.c_lflag = ISIG|ICANON|ECHO|ECHOCTL|ECHOPRT|ECHOKE;
+ 




More information about the Pkg-sysvinit-commits mailing list