15 lines
631 B
Text
15 lines
631 B
Text
$NetBSD: patch-aa,v 1.1 2006/10/19 21:00:18 christos Exp $
|
|
|
|
--- configure.orig 2006-10-19 15:08:52.793828848 -0400
|
|
+++ configure 2006-10-19 15:09:24.447895927 -0400
|
|
@@ -10613,8 +10613,8 @@
|
|
echo "$as_me:$LINENO: checking Location of hddtemp.db" >&5
|
|
echo $ECHO_N "checking Location of hddtemp.db... $ECHO_C" >&6
|
|
DEFAULT_DATABASE_PATH=
|
|
-#db_path=\"`eval echo ${datadir}`/misc/hddtemp.db\"
|
|
-db_path=\"/usr/share/misc/hddtemp.db\"
|
|
+db_path=\"`eval echo ${datadir}`/misc/hddtemp.db\"
|
|
+#db_path=\"/usr/share/misc/hddtemp.db\"
|
|
|
|
# Check whether --with-db_path or --without-db_path was given.
|
|
if test "${with_db_path+set}" = set; then
|