first patches merged upstream.
This commit is contained in:
parent
8878756014
commit
59d668a7b4
@ -1,8 +1,14 @@
|
||||
$OpenBSD: patch-src_print_battery_info_c,v 1.7 2012/10/08 11:26:48 jasper Exp $
|
||||
$OpenBSD: patch-src_print_battery_info_c,v 1.8 2012/10/10 07:20:16 jasper Exp $
|
||||
|
||||
From 8da0452d2c51826fd871520f7a8ba7a43a59401c Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Mon, 08 Oct 2012 11:30:38 +0000
|
||||
Subject: Various fixes for the OpenBSD section of the battery backend.
|
||||
|
||||
- fix the battery status printing in %status.
|
||||
- fix remaining time when we're charging.
|
||||
- use colors to indicate battery status
|
||||
- use colors to indicate battery status.
|
||||
- small cleanups.
|
||||
|
||||
--- src/print_battery_info.c.orig Wed Oct 3 13:44:44 2012
|
||||
+++ src/print_battery_info.c Mon Oct 8 15:23:17 2012
|
||||
|
@ -1,6 +1,9 @@
|
||||
$OpenBSD: patch-src_print_eth_info_c,v 1.1 2012/10/08 14:45:10 jasper Exp $
|
||||
$OpenBSD: patch-src_print_eth_info_c,v 1.2 2012/10/10 07:20:16 jasper Exp $
|
||||
|
||||
Implement the %speed option for ethernet blocks.
|
||||
From 11c4ab9870174505786696b0da0331d53067fe1f Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
|
||||
Date: Mon, 08 Oct 2012 20:13:47 +0000
|
||||
Subject: Implement %speed for Ethernet on OpenBSD.
|
||||
|
||||
--- src/print_eth_info.c.orig Mon Oct 8 18:39:07 2012
|
||||
+++ src/print_eth_info.c Mon Oct 8 18:39:23 2012
|
||||
|
@ -1,6 +1,12 @@
|
||||
$OpenBSD: patch-src_print_wireless_info_c,v 1.3 2012/10/09 11:32:45 jasper Exp $
|
||||
$OpenBSD: patch-src_print_wireless_info_c,v 1.4 2012/10/10 07:20:16 jasper Exp $
|
||||
|
||||
From 794151cfe76f80fb2c7eebb8d3fbbce8fc5ccb09 Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
|
||||
Date: Mon, 08 Oct 2012 20:15:14 +0000
|
||||
Subject: Implement %essid and %signal for wireless on OpenBSD.
|
||||
|
||||
|
||||
|
||||
- implement %signal and %essid
|
||||
- handle down wireless interfaces just like ethernet interfaces (e.g. colors!)
|
||||
(added bonus of this approach is that you still get nwid and signal strength
|
||||
info of the interface, for example when it's part of a trunk device.)
|
||||
|
Loading…
Reference in New Issue
Block a user