app-admin/hddtemp: Correct URL to hddgentoo.db in update script
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Wed, 20 Jul 2016 21:07:45 +0000 (22:07 +0100)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Wed, 20 Jul 2016 21:14:16 +0000 (22:14 +0100)
Thanks to Paolo Pedroni <paolo.pedroni@iol.it> for initial patch.

Gentoo-Bug: 588666

Package-Manager: portage-2.3.0

app-admin/hddtemp/files/update-hddtemp.db

index 0a8c665b8794e0dc414da69c98e347b5b05faa5b..bc29b3ec0caaf895ce14f9dc217c5629bf385273 100644 (file)
@@ -25,7 +25,7 @@ wget http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db -O hddtemp.
 
 # Try to get the Gentoo HDD DB from WebCVS.  If that fails, just use the Gentoo HDD database
 # that was installed by the ebuild.
-if wget http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then
+if wget https://gitweb.gentoo.org/repo/gentoo.git/plain/app-admin/hddtemp/files/hddgentoo.db -O hddtmp.db -q; then
        mv -f hddtmp.db hddgentoo.db
 fi