CVS: src/si/phase4/system-config inetd4a.xml,NONE,1.1 inetd4b.xml,NONE,1.1 inetd4c.xml,NONE,1.1 system-config4a.xml,1.2,1.3 system-config4b.xml,1.3,1.4 system-config4c.xml,1.4,1.5

Mats Wichmann <[email protected]>
Newsgroups gmane.linux.lsb.implementation
Message-ID <[email protected]>
Update of /cvsroot/lsb/src/si/phase4/system-config
In directory sc8-pr-cvs1:/tmp/cvs-serv529/phase4/system-config

Modified Files:
	system-config4a.xml system-config4b.xml system-config4c.xml 
Added Files:
	inetd4a.xml inetd4b.xml inetd4c.xml 
Log Message:
Adding creation of an inetd.conf in each of the phase4 passes


--- NEW FILE ---
<!-- XXX the phase4 trees are not complete, can't chroot -->
<textdump>
    <base>&LSBsi-phase4a;/etc</base>
    <file>inetd.conf</file>
    <content>
	=# This is a minimal inetd.conf for the LSB Sample Implementation
	=# See "man 8 inetd" for more information.
	=#
	=# If you make changes to this file, either reboot your machine or send the
	=# inetd a HUP signal:
	=# Do a "ps x" as root and look up the pid of inetd. Then do a
	=# "kill -HUP &lt;pid of inetd&gt;".
	=# The inetd will re-read this file whenever it gets that signal.
	=#
	=# &lt;service_name&gt; &lt;sock_type&gt; &lt;proto&gt; &lt;flags&gt; &lt;user&gt; &lt;server_path&gt; &lt;args&gt;
	=#
	=# It is generally considered safer to keep these off.
	=#echo     stream  tcp	nowait	root	internal
	=#echo     dgram   udp	wait	root	internal
	=#discard  stream  tcp	nowait	root	internal
	=#discard  dgram   udp	wait	root	internal
	=#daytime  stream  tcp	nowait	root	internal
	=#daytime  dgram   udp	wait	root	internal
	=#chargen  stream  tcp	nowait	root	internal
	=#chargen  dgram   udp	wait	root	internal
	=#time     stream  tcp	nowait	root	internal
	=#time     dgram   udp	wait	root	internal
	=#
	=# These are standard services.
	=#
	=#ftp	stream     tcp	nowait	root	/usr/sbin/in.ftpd	in.ftpd
	=telnet	stream     tcp	nowait	root	/usr/sbin/in.telnetd	in.telnetd
	=#smtp  stream     tcp	nowait	root	/usr/sbin/sendmail	sendmail -v
	=# End.
    </content>
</textdump>

--- NEW FILE ---
<!-- XXX the phase4 trees are not complete, can't chroot -->
<textdump>
    <base>&LSBsi-phase4b;/etc</base>
    <file>inetd.conf</file>
    <content>
	=# This is a minimal inetd.conf for the LSB Sample Implementation
	=# See "man 8 inetd" for more information.
	=#
	=# If you make changes to this file, either reboot your machine or send the
	=# inetd a HUP signal:
	=# Do a "ps x" as root and look up the pid of inetd. Then do a
	=# "kill -HUP &lt;pid of inetd&gt;".
	=# The inetd will re-read this file whenever it gets that signal.
	=#
	=# &lt;service_name&gt; &lt;sock_type&gt; &lt;proto&gt; &lt;flags&gt; &lt;user&gt; &lt;server_path&gt; &lt;args&gt;
	=#
	=# It is generally considered safer to keep these off.
	=#echo     stream  tcp	nowait	root	internal
	=#echo     dgram   udp	wait	root	internal
	=#discard  stream  tcp	nowait	root	internal
	=#discard  dgram   udp	wait	root	internal
	=#daytime  stream  tcp	nowait	root	internal
	=#daytime  dgram   udp	wait	root	internal
	=#chargen  stream  tcp	nowait	root	internal
	=#chargen  dgram   udp	wait	root	internal
	=#time     stream  tcp	nowait	root	internal
	=#time     dgram   udp	wait	root	internal
	=#
	=# These are standard services.
	=#
	=#ftp	stream     tcp	nowait	root	/usr/sbin/in.ftpd	in.ftpd
	=telnet	stream     tcp	nowait	root	/usr/sbin/in.telnetd	in.telnetd
	=#smtp  stream     tcp	nowait	root	/usr/sbin/sendmail	sendmail -v
	=# End.
    </content>
</textdump>

--- NEW FILE ---
<!-- XXX the phase4 trees are not complete, can't chroot -->
<textdump>
    <base>&LSBsi-phase4c;/etc</base>
    <file>inetd.conf</file>
    <content>
	=# This is a minimal inetd.conf for the LSB Sample Implementation
	=# See "man 8 inetd" for more information.
	=#
	=# If you make changes to this file, either reboot your machine or send the
	=# inetd a HUP signal:
	=# Do a "ps x" as root and look up the pid of inetd. Then do a
	=# "kill -HUP &lt;pid of inetd&gt;".
	=# The inetd will re-read this file whenever it gets that signal.
	=#
	=# &lt;service_name&gt; &lt;sock_type&gt; &lt;proto&gt; &lt;flags&gt; &lt;user&gt; &lt;server_path&gt; &lt;args&gt;
	=#
	=# It is generally considered safer to keep these off.
	=#echo     stream  tcp	nowait	root	internal
	=#echo     dgram   udp	wait	root	internal
	=#discard  stream  tcp	nowait	root	internal
	=#discard  dgram   udp	wait	root	internal
	=#daytime  stream  tcp	nowait	root	internal
	=#daytime  dgram   udp	wait	root	internal
	=#chargen  stream  tcp	nowait	root	internal
	=#chargen  dgram   udp	wait	root	internal
	=#time     stream  tcp	nowait	root	internal
	=#time     dgram   udp	wait	root	internal
	=#
	=# These are standard services.
	=#
	=#ftp	stream     tcp	nowait	root	/usr/sbin/in.ftpd	in.ftpd
	=telnet	stream     tcp	nowait	root	/usr/sbin/in.telnetd	in.telnetd
	=#smtp  stream     tcp	nowait	root	/usr/sbin/sendmail	sendmail -v
	=# End.
    </content>
</textdump>

Index: system-config4a.xml
===================================================================
RCS file: /cvsroot/lsb/src/si/phase4/system-config/system-config4a.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** system-config4a.xml	9 Oct 2002 14:09:42 -0000	1.2
--- system-config4a.xml	28 Jan 2003 15:52:19 -0000	1.3
***************
*** 10,11 ****
--- 10,14 ----
  
  &phase4a-system-config-lsb-release;
+ &phase4a-system-config-inetd-conf;
+ <!-- &phase4a-system-config-write-fstab; -->
+ <!-- &phase4a-system-config-localnet; -->

Index: system-config4b.xml
===================================================================
RCS file: /cvsroot/lsb/src/si/phase4/system-config/system-config4b.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** system-config4b.xml	25 Jan 2003 17:04:53 -0000	1.3
--- system-config4b.xml	28 Jan 2003 15:52:19 -0000	1.4
***************
*** 10,12 ****
--- 10,14 ----
  
  &phase4b-system-config-lsb-release;
+ &phase4b-system-config-inetd-conf;
+ <!-- &phase4b-system-config-write-fstab; -->
  &phase4b-system-config-localnet;

Index: system-config4c.xml
===================================================================
RCS file: /cvsroot/lsb/src/si/phase4/system-config/system-config4c.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** system-config4c.xml	25 Jan 2003 17:04:53 -0000	1.4
--- system-config4c.xml	28 Jan 2003 15:52:19 -0000	1.5
***************
*** 10,13 ****
--- 10,14 ----
  
  &phase4c-system-config-lsb-release;
+ &phase4c-system-config-inetd-conf;
  &phase4c-system-config-write-fstab;
  &phase4c-system-config-localnet;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.