summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/cpupower.rc
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-24 16:34:47 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-24 16:34:47 -0200
commite4dd4e4da2a066e4630c643b5b04de37dccd55af (patch)
tree5853fd1f96ffa3def994002e68740dc22bbb6e85 /libre/linux-libre-tools/cpupower.rc
parentcc7ef32205c9b61934232f1ffa4b88d1d53ccefc (diff)
linux-libre-tools-3.7-4: updating revision
* Drop rc scripts - remove ft=sh from vim modeline in PKGBUILD * Add After=network.target in usbip service * Fix https://bugs.archlinux.org/task/33370
Diffstat (limited to 'libre/linux-libre-tools/cpupower.rc')
-rw-r--r--libre/linux-libre-tools/cpupower.rc16
1 files changed, 0 insertions, 16 deletions
diff --git a/libre/linux-libre-tools/cpupower.rc b/libre/linux-libre-tools/cpupower.rc
deleted file mode 100644
index 88edaf791..000000000
--- a/libre/linux-libre-tools/cpupower.rc
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
- start|restart)
- status 'Setting cpupower rules' /usr/lib/systemd/scripts/cpupower || exit 1
- ;;
- *)
- echo "usage: ${0##*/} {start|restart}" >&2
- exit 1
- ;;
-esac
-
-# vim:set ts=2 sw=2 ft=sh et: