<!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">
Kaushal Shriyan wrote:
<blockquote
 cite="mid6b16fb4c0607100539j1d5686dj9938963a10152c8a@mail.gmail.com"
 type="cite">Hi
  <br>
  <br>
I have a query here&nbsp; while booting linux we find on the screen someting
like
  <br>
  <br>
Starting sendmail&nbsp;&nbsp; .....................................[OK]
  <br>
  <br>
Instead I want
  <br>
  <br>
Starting sendmail&nbsp;&nbsp; .....................................[Success]
  <br>
  <br>
so how do i do it and which file I need to edit
  <br>
  <br>
Thanks and Regards
  <br>
  <br>
Kaushal
  <br>
  <br>
</blockquote>
Look at the file, "/etc/init.d/functions". <br>
Find the "OK" string in the function 'echo_success()' and&nbsp; change it to
whatever you like. If you would like the word "Success" to appear only
for "sendmail" then I suspect&nbsp; you could include this function in the
"sendmail" script located in "/etc/rc.d/init.d" after the include of
the "functions" library.<br>
<br>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Signature</title>
<meta content="Serge Bromow" name="author">
<pre class="moz-signature" cols="72"><span
 style="font-weight: bold; font-family: times new roman,times,serif;">Serge Bromow</span>
<small style="font-family: times new roman,times,serif;">Omen Systems Int'l
&lt;<a class="moz-txt-link-abbreviated" href="mailto:serge@omensys.ca">serge@omensys.ca</a>&gt;
888 411-OMEN (6636)
Ottawa, Canada.</small>
<small><small>
IMPORTANT NOTICE: This message is intended only for the use of the individual or entity to which it is addressed. The message may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify Omen Systems immediately by email at <a class="moz-txt-link-abbreviated" href="mailto:postmaster@omensys.ca">postmaster@omensys.ca</a>.

</small><small>Thank you.</small></small> </pre>
</div>
</body>
</html>