Index: head/multimedia/mythtv/files/patch-mythbackend-scheduler.cpp =================================================================== --- head/multimedia/mythtv/files/patch-mythbackend-scheduler.cpp (nonexistent) +++ head/multimedia/mythtv/files/patch-mythbackend-scheduler.cpp (revision 182587) @@ -0,0 +1,11 @@ +--- programs/mythbackend/scheduler.cpp~ Sat Sep 9 13:50:38 2006 ++++ programs/mythbackend/scheduler.cpp Mon Jan 15 14:06:50 2007 +@@ -1578,7 +1578,7 @@ + gContext->dispatch(me); + + QString halt_cmd = gContext->GetSetting("ServerHaltCommand", +- "sudo /sbin/halt -p"); ++ "/sbin/shutdown -p now"); + + if (!halt_cmd.isEmpty()) + { Property changes on: head/multimedia/mythtv/files/patch-mythbackend-scheduler.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/multimedia/mythtv/files/patch-mythfrontend-main.cpp =================================================================== --- head/multimedia/mythtv/files/patch-mythfrontend-main.cpp (nonexistent) +++ head/multimedia/mythtv/files/patch-mythfrontend-main.cpp (revision 182587) @@ -0,0 +1,11 @@ +--- programs/mythfrontend/main.cpp~ Mon Sep 11 15:04:42 2006 ++++ programs/mythfrontend/main.cpp Mon Jan 15 14:06:28 2007 +@@ -472,7 +472,7 @@ + void haltnow() + { + QString halt_cmd = gContext->GetSetting("HaltCommand", +- "sudo /sbin/halt -p"); ++ "/sbin/shutdown -p now"); + if (!halt_cmd.isEmpty()) + system(halt_cmd.ascii()); + } Property changes on: head/multimedia/mythtv/files/patch-mythfrontend-main.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/multimedia/mythtv/files/patch-mythtv-setup-backendsettings.cpp =================================================================== --- head/multimedia/mythtv/files/patch-mythtv-setup-backendsettings.cpp (nonexistent) +++ head/multimedia/mythtv/files/patch-mythtv-setup-backendsettings.cpp (revision 182587) @@ -0,0 +1,11 @@ +--- programs/mythtv-setup/backendsettings.cpp~ Sat Aug 26 13:34:08 2006 ++++ programs/mythtv-setup/backendsettings.cpp Mon Jan 15 14:07:17 2007 +@@ -386,7 +386,7 @@ + { + GlobalLineEdit *gc = new GlobalLineEdit("ServerHaltCommand"); + gc->setLabel(QObject::tr("Server halt command")); +- gc->setValue("sudo /sbin/halt -p"); ++ gc->setValue("/sbin/shutdown -p now"); + gc->setHelpText(QObject::tr("The command used to halt the backends.")); + return gc; + }; Property changes on: head/multimedia/mythtv/files/patch-mythtv-setup-backendsettings.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property