make it clear the cap_net_admin stuff is for linux only
This commit is contained in:
parent
378e3603f7
commit
955c54a463
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2012/10/12 07:57:26 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2012/10/25 14:21:54 jasper Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= ${APM_ARCHS}
|
||||
|
||||
COMMENT= generate a statusbar for use with i3/xmobar/dzen2
|
||||
|
||||
DISTNAME= i3status-2.6
|
||||
REVISION= 16
|
||||
REVISION= 17
|
||||
CATEGORIES= x11 sysutils
|
||||
|
||||
HOMEPAGE= http://i3wm.org/i3status/
|
||||
|
@ -1,12 +1,23 @@
|
||||
$OpenBSD: patch-man_i3status_man,v 1.4 2012/10/16 10:40:21 jasper Exp $
|
||||
$OpenBSD: patch-man_i3status_man,v 1.5 2012/10/25 14:21:54 jasper Exp $
|
||||
|
||||
From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:57:32 +0000
|
||||
Subject: i3status - More temperature related fixes for OpenBSD, and a general feature
|
||||
|
||||
--- man/i3status.man.orig Tue Oct 9 20:35:35 2012
|
||||
+++ man/i3status.man Tue Oct 9 20:35:43 2012
|
||||
--- man/i3status.man.orig Wed Oct 3 13:44:44 2012
|
||||
+++ man/i3status.man Thu Oct 25 11:44:16 2012
|
||||
@@ -188,8 +188,8 @@ connected.
|
||||
=== Ethernet
|
||||
|
||||
Gets the IP address and (if possible) the link speed of the given ethernet
|
||||
-interface. Getting the link speed requires the cap_net_admin capability. Set
|
||||
-it using +setcap cap_net_admin=ep $(which i3status)+.
|
||||
+interface. Getting the link speed requires the cap_net_admin
|
||||
+capability on Linux. Set it using +setcap cap_net_admin=ep $(which i3status)+.
|
||||
|
||||
*Example order*: +ethernet eth0+
|
||||
|
||||
@@ -224,11 +224,15 @@ colored red. The low_threshold type can be of threshol
|
||||
|
||||
=== CPU-Temperature
|
||||
|
Loading…
Reference in New Issue
Block a user