Bug #810
lircd upgrade script runs greedy SQL update
Status: | Closed | Start date: | 01/06/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | jams | % Done: | 100% |
|
Category: | Installation/Upgrade | Spent time: | - | |
Target version: | 7.2 |
Description
lirc.install runs sql update on ALL myth settings rather than just LircSocket
change line 19
from:"UPDATE settings SET data = '/var/run/lirc/lircd' WHERE hostname = '${hostname}';"
to:"UPDATE settings SET data = '/var/run/lirc/lircd' WHERE value='LircSocket' and hostname = '${hostname}';"
Associated revisions
lirc: lirc.install: fix db update for new socket. closes #810
History
Updated by brfransen almost 13 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
Applied in changeset b2f541022f2dfa5d1f10aab5bfbc34e03afa554f.