<!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">
<tt>Dear Julien,<br>
<br>
entries in disabled-system-services are used to get rid of scripts and
services that are executed at boot time only. They are located in
/etc/rcS.d and can be disabled by renaming them so that their name
begins with "K" or "#" (Netkit build scripts adopt the latter choice,
actually).<br>
<br>
Entries in disabled-services are used to disable optional services
which are specific to the default runlevel, and that can be
started/stopped by hand also when the OS is up and running. Disabling
happens by means of the update-rc.d utility, which actually places or
removes symbolic links inside /etc/rc2.d as needed.<br>
<br>
Cheers,<br>
Massimo.<br>
<br>
</tt><br>
On 10/19/2010 09:14 AM, Julien Iguchi-Cartigny wrote:
<blockquote cite="mid:4CBD453D.3080508@unilim.fr" type="cite">
  <pre wrap="">Hi,

In fs-build/ you have two files which contains entries from /etc/init.d
which need to be disabled:

- disable-system-service

- disable-service

But what are the differences between these two files ? If i need to
disable a service i've added to my fs which one to use ?

Cheers,

Julien.
  </pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Netkit.users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Netkit.users@list.dia.uniroma3.it">Netkit.users@list.dia.uniroma3.it</a>
<a class="moz-txt-link-freetext" href="http://list.dia.uniroma3.it/mailman/listinfo/netkit.users">http://list.dia.uniroma3.it/mailman/listinfo/netkit.users</a>
  </pre>
</blockquote>
</body>
</html>