<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jochen K&uuml;hner wrote:
<blockquote cite="mid000c01c5c069$9cc32160$6e01a8c0@pcjochen"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2722" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">On my Client, wich is no Slave
Backend, no shutdown is aviable in the menu!</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Maybe in the Database it is set to a
slave backend, where is that setting??</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">What shutdown command is used by the
menu? because im not using init, i use initng, can it be changed??</font></div>
</blockquote>
<br>
Are you referring to the Mythtv menu?&nbsp; That's an "exit"<br>
Maybe you are referring to the KDE/Gnome/whathaveyou menu?<br>
<br>
If you want to shutdown from the terminal, as root you can use:<br>
<br>
# halt after shutdown<br>
/sbin/shutdown -h now<br>
<br>
#reboot after shutdown<br>
/sbin/shutdown -r now<br>
<br>
see man shutdown<br>
you can sub a time for "now". Again, see man shutdown for the options<br>
<br>
---<br>
also:<br>
there is:&nbsp; halt, reboot, poweroff<br>
<br>
see man reboot for more info<br>
<br>
reboot<br>
</body>
</html>