diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-24 16:34:47 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-24 16:34:47 -0200 |
commit | e4dd4e4da2a066e4630c643b5b04de37dccd55af (patch) | |
tree | 5853fd1f96ffa3def994002e68740dc22bbb6e85 /libre/linux-libre-tools/cpupower.systemd | |
parent | cc7ef32205c9b61934232f1ffa4b88d1d53ccefc (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.systemd')
-rw-r--r-- | libre/linux-libre-tools/cpupower.systemd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-tools/cpupower.systemd b/libre/linux-libre-tools/cpupower.systemd index f45b02bc8..51c645415 100644 --- a/libre/linux-libre-tools/cpupower.systemd +++ b/libre/linux-libre-tools/cpupower.systemd @@ -1,6 +1,6 @@ #!/bin/bash -. /etc/conf.d/cpupower +. /etc/default/cpupower declare -i fail=0 |