|  | @@ -58,7 +58,7 @@ cd build</userinput></screen>
 | 
	
		
			
				|  |  |      <para>Prepare E2fsprogs for compilation:</para>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <screen><userinput remap="configure">../configure --prefix=/usr --with-root-prefix="" \
 | 
	
		
			
				|  |  | -    --enable-elf-shlibs --disable-libblkid --disable-libuuid</userinput></screen>
 | 
	
		
			
				|  |  | +    --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd</userinput></screen>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <variablelist>
 | 
	
		
			
				|  |  |        <title>The meaning of the configure options:</title>
 | 
	
	
		
			
				|  | @@ -86,12 +86,13 @@ cd build</userinput></screen>
 | 
	
		
			
				|  |  |        </varlistentry>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        <varlistentry>
 | 
	
		
			
				|  |  | -        <term><parameter>--disable-lib*</parameter></term>
 | 
	
		
			
				|  |  | +        <term><parameter>--disable-*</parameter></term>
 | 
	
		
			
				|  |  |          <listitem>
 | 
	
		
			
				|  |  |            <para>This prevents E2fsprogs from building and installing the
 | 
	
		
			
				|  |  |            <systemitem class="library">libuuid</systemitem> and
 | 
	
		
			
				|  |  | -          <systemitem class="library">libblkid</systemitem> libraries, as
 | 
	
		
			
				|  |  | -          Util-Linux-NG installed them earlier.</para>
 | 
	
		
			
				|  |  | +          <systemitem class="library">libblkid</systemitem> libraries, and the
 | 
	
		
			
				|  |  | +          <systemitem class="daemon">uuidd</systemitem> daemon, as Util-Linux-NG
 | 
	
		
			
				|  |  | +          installed them earlier.</para>
 | 
	
		
			
				|  |  |          </listitem>
 | 
	
		
			
				|  |  |        </varlistentry>
 | 
	
		
			
				|  |  |  
 |