Hello community, here is the log from the commit of package xinetd checked in at Tue Dec 19 17:18:09 CET 2006. -------- --- xinetd/xinetd.changes 2006-02-06 12:47:52.000000000 +0100 +++ /mounts/work_src_done/STABLE/xinetd/xinetd.changes 2006-12-19 15:14:17.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 19 15:13:26 CET 2006 - prusnak@suse.cz + +- added "discard" to service files (and modified ipv6-ipv4-fallback.patch) [#222777] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xinetd.spec ++++++ --- /var/tmp/diff_new_pack.N0D7LT/_old 2006-12-19 17:17:54.000000000 +0100 +++ /var/tmp/diff_new_pack.N0D7LT/_new 2006-12-19 17:17:54.000000000 +0100 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -19,7 +19,7 @@ Requires: logrotate Autoreqprov: on Version: 2.3.14 -Release: 3 +Release: 34 URL: http://www.xinetd.org/ Summary: An 'inetd' with Expanded Functionality Source0: %{name}-%{version}.tar.bz2 @@ -112,6 +112,8 @@ %config(noreplace) /etc/xinetd.conf %changelog -n xinetd +* Tue Dec 19 2006 - prusnak@suse.cz +- added "discard" to service files (and modified ipv6-ipv4-fallback.patch) [#222777] * Mon Feb 06 2006 - mmarek@suse.cz - fixed logrotate file rotating rotated files [#120068, #147899] @@ -205,8 +207,8 @@ - added %%insserv_prereq and %%fillup_prereq to PreReq [#18018] * Fri Aug 09 2002 - nadvornik@suse.cz - updated to 2.3.6 -- merged ipv6 and ipv4 support -- uses ipv4 by default, ipv6 can be configured per service + - merged ipv6 and ipv4 support + - uses ipv4 by default, ipv6 can be configured per service - removed obsolete patch xinetd-2.3.2-ipv4.dif * Sat Jul 27 2002 - adrian@suse.de - do not source rc.config ++++++ xinetd-2.3.14-ipv6-ipv4-fallback.patch ++++++ --- /var/tmp/diff_new_pack.N0D7LT/_old 2006-12-19 17:17:54.000000000 +0100 +++ /var/tmp/diff_new_pack.N0D7LT/_new 2006-12-19 17:17:54.000000000 +0100 @@ -78,6 +78,22 @@ port = 13 + FLAGS = IPv6 IPv4 } +--- etc/xinetd.d/discard ++++ etc/xinetd.d/discard +@@ -10,4 +10,5 @@ + user = root + wait = no + disable = yes ++ FLAGS = IPv6 IPv4 + } +--- etc/xinetd.d/discard-udp ++++ etc/xinetd.d/discard-udp +@@ -11,4 +11,5 @@ + wait = yes + disable = yes + port = 9 ++ FLAGS = IPv6 IPv4 + } --- etc/xinetd.d/echo +++ etc/xinetd.d/echo @@ -10,4 +10,5 @@ ++++++ xinetd-service_files.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/etc/xinetd.d/discard new/etc/xinetd.d/discard --- old/etc/xinetd.d/discard 1970-01-01 01:00:00.000000000 +0100 +++ new/etc/xinetd.d/discard 2006-12-19 15:06:35.000000000 +0100 @@ -0,0 +1,13 @@ +# default: off +# description: A discard server. This is the tcp version. + +service discard +{ + type = INTERNAL + id = discard-stream + socket_type = stream + protocol = tcp + user = root + wait = no + disable = yes +} diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/etc/xinetd.d/discard-udp new/etc/xinetd.d/discard-udp --- old/etc/xinetd.d/discard-udp 1970-01-01 01:00:00.000000000 +0100 +++ new/etc/xinetd.d/discard-udp 2006-12-19 15:12:12.000000000 +0100 @@ -0,0 +1,14 @@ +# default: off +# description: A discard server. This is the udp version. + +service discard +{ + type = INTERNAL UNLISTED + id = discard-dgram + socket_type = dgram + protocol = udp + user = root + wait = yes + disable = yes + port = 9 +} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org