3 Mar 2005 19:37
hotplug usermap and kino-jogshuttle files missplaced ???
Couannette <couannette <at> free.fr>
2005-03-03 18:37:24 GMT
2005-03-03 18:37:24 GMT
Hello
my Kino installation reports that usermap and kino-jogshuttle are put in
/usr/etc/hotplug. Should they have been put in /etc instead ?
I hacked configure.in to correct this behaviour :
--- configure.in 2004-04-10 16:22:07.000000000 +0200
+++ configure.in.fixed 2005-03-03 19:32:49.616047540 +0100
<at> <at> -292,7 +292,7 <at> <at>
hotplugscriptdir="${with_hotplug_script_dir}"
AC_MSG_RESULT([${hotplugscriptdir}])
else # start at docdir
- hotplugscriptdir="${prefix}/etc/hotplug/usb"
+ hotplugscriptdir="${sysconfdir}/hotplug/usb"
AC_MSG_RESULT([${hotplugscriptdir} (default)])
fi
AC_SUBST(hotplugscriptdir)
<at> <at> -304,7 +304,7 <at> <at>
hotplugusermapdir="${with_hotplug_usermap_dir}"
AC_MSG_RESULT([${hotplugusermapdir}])
else # start at docdir
- hotplugusermapdir="${prefix}/lib/hotplug/kino"
+ hotplugusermapdir="${sysconfdir}/hotplug/kino"
AC_MSG_RESULT([${hotplugusermapdir} (default)])
fi
AC_SUBST(hotplugusermapdir)
With kind regards,
(Continue reading)
RSS Feed