You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/clockspeed-conf/files/clockspeed-conf-0.4.5-gento...

27 lines
674 B

Configure for Gentoo
Patch by Thilo Bangert
http://bugs.gentoo.org/show_bug.cgi?id=90073
--- clockspeed-conf
+++ clockspeed-conf
@@ -15,6 +15,7 @@
#ADJUST_LOGDIR defaults to main
#VA=yes shortcut for 'ADJUST_LOGDIR=clockspeed-adjust'
#
+CLOCKSPEED_INSTALLATION="GENTOO"
[ -z "${CLOCKSPEED_INSTALLATION}" ] && CLOCKSPEED_INSTALLATION="DJB"
PATH=/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/command:${PATH}
@@ -106,6 +107,10 @@
BINDIR="${PREFIX}/clockspeed/bin"
ADJUSTFILE="${PREFIX}/clockspeed/adjust"
;;
+ GENTOO)
+ ETCDIR="/var/lib/clockspeed"
+ BINDIR="/usr/bin"
+ ;;
custom)
# we expect ETCDIR and BINDIR from environment !!!
;;