
noreply at mythtv
May 14, 2012, 2:11 AM
Post #1 of 2
(66 views)
Permalink
|
|
Ticket #10722: mythshutdown -l isn't recognised
|
|
#10722: mythshutdown -l isn't recognised -------------------------------------+------------------------------------- Reporter: John Veness | Type: Bug Report - <John.Veness.mythtv@…> | General Status: new | Priority: minor Milestone: unknown | Component: MythTV - Version: 0.25-fixes | Mythwelcome & Mythshutdown Keywords: | Severity: medium | Ticket locked: 0 -------------------------------------+------------------------------------- In 0.25-fixes, the "-l" command-line option to mythshutdown doesn't work (it worked in 0.24-fixes). "--lock" still works in 0.25-fixes. Looking in mythtv/programs/mythshutdown/commandlineparser.cpp, "-l" is still listed as an alias for "--lock", so I don't think this was a deliberate change. I'm wondering if the problem is in mythtv/libs/libmythbase/mythcommandlineparser.cpp because of the section "add(QStringList( QStringList() << "-l" << "--logfile" )" but I haven't investigated further or compared to the 0.24-fixes version of that file. Quite a few scripts that users will have made, and web pages, refer to "mythshutdown -l". Sorry, I'm not in front of my machine to I don't have output of --version. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10722> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|