summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-03-01 18:20:26 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-03-01 18:20:43 +0100
commit8d40f2d10daa73b08aef92c023dacb25a9461555 (patch)
treed6cd35fb0b2253dd79d2d39ab5cae018e9be2ddf /sys-apps/irqbalance/files
parentsys-apps/irqbalance: Bump to version 1.2.0 (diff)
downloadgentoo-8d40f2d10daa73b08aef92c023dacb25a9461555.tar.gz
gentoo-8d40f2d10daa73b08aef92c023dacb25a9461555.tar.bz2
gentoo-8d40f2d10daa73b08aef92c023dacb25a9461555.zip
sys-apps/irqbalance: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/irqbalance/files')
-rw-r--r--sys-apps/irqbalance/files/irqbalance-0.56-build.patch16
-rw-r--r--sys-apps/irqbalance/files/irqbalance.164
-rw-r--r--sys-apps/irqbalance/files/irqbalance.confd15
-rw-r--r--sys-apps/irqbalance/files/irqbalance.init-0.55-r220
-rw-r--r--sys-apps/irqbalance/files/irqbalance.init.211
-rw-r--r--sys-apps/irqbalance/files/irqbalance.service11
6 files changed, 0 insertions, 137 deletions
diff --git a/sys-apps/irqbalance/files/irqbalance-0.56-build.patch b/sys-apps/irqbalance/files/irqbalance-0.56-build.patch
deleted file mode 100644
index b7202a4701f1..000000000000
--- a/sys-apps/irqbalance/files/irqbalance-0.56-build.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-http://code.google.com/p/irqbalance/issues/detail?id=8
-http://code.google.com/p/irqbalance/issues/detail?id=13
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -25,7 +25,9 @@
-
- INCLUDES = -I${top_srcdir}
- LIBS = $(CAPNG_LDADD) $(GLIB_LIBS)
--AM_CFLAGS = -g -Os -W -Wall -Wshadow -Wformat -Wundef $(GLIB_CFLAGS) -D_GNU_SOURCE
-+AM_CFLAGS = -W -Wall -Wshadow -Wformat -Wundef
-+AM_CPPFLAGS = $(GLIB_CFLAGS) -D_GNU_SOURCE
-+dist_man_MANS = irqbalance.1
- noinst_HEADERS = bitmap.h constants.h cpumask.h irqbalance.h non-atomic.h \
- types.h
- sbin_PROGRAMS = irqbalance
diff --git a/sys-apps/irqbalance/files/irqbalance.1 b/sys-apps/irqbalance/files/irqbalance.1
deleted file mode 100644
index c26c709a01d0..000000000000
--- a/sys-apps/irqbalance/files/irqbalance.1
+++ /dev/null
@@ -1,64 +0,0 @@
-.\"Generated by db2man.xsl. Don't modify this, modify the source.
-.de Sh \" Subsection
-.br
-.if t .Sp
-.ne 5
-.PP
-\fB\\$1\fR
-.PP
-..
-.de Sp \" Vertical space (when we can't use .PP)
-.if t .sp .5v
-.if n .sp
-..
-.de Ip \" List item
-.br
-.ie \\n(.$>=3 .ne \\$3
-.el .ne 3
-.IP "\\$1" \\$2
-..
-.TH "IRQBALANCE" 1 "Dec 2006" "Linux" "irqbalance"
-.SH NAME
-irqbalance \- distribute hardware interrupts across processors on a multiprocessor system
-.SH "SYNOPSIS"
-
-.nf
-\fBirqbalance\fR
-.fi
-
-.SH "DESCRIPTION"
-
-.PP
-The purpose of \fBirqbalance\fR is distribute hardware interrupts across processors on a multiprocessor system in order to increase performance\&.
-
-.SH "OPTIONS"
-
-.TP
-.B --oneshot
-Causes irqbalance to be run once, after which the daemon exits
-.TP
-
-.B --debug
-Causes irqbalance to run in the foreground and extra debug information to be printed
-
-.SH "ENVIRONMENT VARIABLES"
-.TP
-.B IRQBALANCE_ONESHOT
-Same as --oneshot
-
-.TP
-.B IRQBALANCE_DEBUG
-Same as --debug
-
-.TP
-.B IRQBALANCE_BANNED_CPUS
-Provides a mask of cpus which irqbalance should ignore and never assign interrupts to
-
-.TP
-.B IRQBALANCE_BANNED_INTERRUPTS
-A list of space delimited IRQ numbers that irqbalance should not touch
-
-.SH "Homepage"
-http://www.irqbalance.org
-
-
diff --git a/sys-apps/irqbalance/files/irqbalance.confd b/sys-apps/irqbalance/files/irqbalance.confd
deleted file mode 100644
index 152dd7988652..000000000000
--- a/sys-apps/irqbalance/files/irqbalance.confd
+++ /dev/null
@@ -1,15 +0,0 @@
-# /etc/conf.d/irqbalance: config file for /etc/init.d/irqbalance
-# These are envvars used by irqbalance itself. For more info,
-# please see the irqbalance manpage.
-
-# Run irqbalance once and then exit
-#IRQBALANCE_ONESHOT="0"
-
-# Include debug messages in output
-#IRQBALANCE_DEBUG="0"
-
-# List of cpus to not include in balancing
-#IRQBALANCE_BANNED_CPUS=""
-
-# List of interrupts to not include in balancing
-#IRQBALANCE_BANNED_INTERRUPTS=""
diff --git a/sys-apps/irqbalance/files/irqbalance.init-0.55-r2 b/sys-apps/irqbalance/files/irqbalance.init-0.55-r2
deleted file mode 100644
index 7ffff4406efd..000000000000
--- a/sys-apps/irqbalance/files/irqbalance.init-0.55-r2
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-depend() {
- need localmount
- after bootmisc
-}
-
-start() {
- ebegin "Starting irqbalance"
- start-stop-daemon --start --exec /sbin/irqbalance
- eend $?
-}
-
-stop() {
- ebegin "Stopping irqbalance"
- start-stop-daemon --stop --exec /sbin/irqbalance
- eend $?
-}
diff --git a/sys-apps/irqbalance/files/irqbalance.init.2 b/sys-apps/irqbalance/files/irqbalance.init.2
deleted file mode 100644
index 05afae9459b9..000000000000
--- a/sys-apps/irqbalance/files/irqbalance.init.2
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-depend() {
- need localmount
- after bootmisc
-}
-
-command="/usr/sbin/irqbalance"
-command_args="${IRQBALANCE_OPTS}"
diff --git a/sys-apps/irqbalance/files/irqbalance.service b/sys-apps/irqbalance/files/irqbalance.service
deleted file mode 100644
index b7b589f2294c..000000000000
--- a/sys-apps/irqbalance/files/irqbalance.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=CPU Interrupt Balancer
-
-[Service]
-ExecStart=/usr/sbin/irqbalance --debug
-# --debug implies a lot of cruft
-# but it's the only way to get foregrounding
-StandardOutput=null
-
-[Install]
-WantedBy=multi-user.target