Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed some config files to match MeeGo's boardname.
  • Loading branch information
Markus Lehtonen committed Feb 25, 2011
1 parent f3ca86d commit fa4f45b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions sensord.conf
Expand Up @@ -10,9 +10,9 @@ respawn limit 3 300
script
. /etc/resource_limits.conf
PRODUCT=`sysinfo-tool -g /component/product`
CONFIG="/etc/sensorfw/sensord-rm680.conf"
CONFIG="/etc/sensorfw/sensord-rm_680.conf"
if [ "$PRODUCT" = "RM-696" ]; then
CONFIG="/etc/sensorfw/sensord-rm696.conf"
CONFIG="/etc/sensorfw/sensord-rm_696.conf"
fi
exec /usr/sbin/sensord -c="$CONFIG"
end script
Expand Down

0 comments on commit fa4f45b

Please sign in to comment.