aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-07-28 13:10:34 +0000
committerMartin Willi <martin@strongswan.org>2008-07-28 13:10:34 +0000
commit7fb269372452ed7252a625fb12a0449e028ea643 (patch)
tree652a5b5bd5a87c4fc8265a395b0687a63fbeac27
parentbc8f868c99580a224e021bed3a9013d905ba76ed (diff)
downloadstrongswan-7fb269372452ed7252a625fb12a0449e028ea643.tar.bz2
strongswan-7fb269372452ed7252a625fb12a0449e028ea643.tar.xz
switched xterm console title
-rw-r--r--src/dumm/patches/mconsole-exec-2.6.26.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dumm/patches/mconsole-exec-2.6.26.patch b/src/dumm/patches/mconsole-exec-2.6.26.patch
index 4f049935b..92601cfae 100644
--- a/src/dumm/patches/mconsole-exec-2.6.26.patch
+++ b/src/dumm/patches/mconsole-exec-2.6.26.patch
@@ -242,3 +242,13 @@
-
-# Do unit-at-a-time unconditionally on x86_64, following the host
-KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time)
+--- a/arch/um/drivers/line.c 2008-07-13 23:51:29.000000000 +0200
++++ b/arch/um/drivers/line.c 2008-07-28 15:13:19.000000000 +0200
+@@ -876,6 +876,6 @@
+ return base;
+ }
+
+- snprintf(title, len, "%s (%s)", base, umid);
++ snprintf(title, len, "%s (%s)", umid, base);
+ return title;
+ }