forked from pool/netcfg
This commit is contained in:
parent
b3e9d4ec91
commit
d0912c2a35
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 23 15:05:01 CEST 2008 - pgajdos@suse.cz
|
||||
|
||||
- commented out
|
||||
spr-itunes 0/tcp # Shirt Pocket netTunes
|
||||
spl-itunes 0/tcp # Shirt Pocket launchTunes
|
||||
lines [bnc#435600]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 11:11:41 CEST 2008 - pgajdos@suse.cz
|
||||
|
||||
|
11
netcfg.spec
11
netcfg.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package netcfg (Version 11.0.42)
|
||||
# spec file for package netcfg (Version 11.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,8 +24,8 @@ Group: System/Base
|
||||
AutoReqProv: on
|
||||
PreReq: coreutils aaa_base
|
||||
Summary: Network Configuration Files in /etc
|
||||
Version: 11.0.42
|
||||
Release: 22
|
||||
Version: 11.1
|
||||
Release: 1
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: defaultdomain
|
||||
@ -105,6 +105,11 @@ exit 0
|
||||
%config(noreplace) /etc/services
|
||||
|
||||
%changelog
|
||||
* Thu Oct 23 2008 pgajdos@suse.cz
|
||||
- commented out
|
||||
spr-itunes 0/tcp # Shirt Pocket netTunes
|
||||
spl-itunes 0/tcp # Shirt Pocket launchTunes
|
||||
lines [bnc#435600]
|
||||
* Mon Sep 08 2008 pgajdos@suse.cz
|
||||
- /etc/services and /etc/protocols was marked as %%config(noreplace)
|
||||
[bnc#422884]
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- services.orig 2008-03-25 15:16:20.000000000 +0100
|
||||
+++ services 2008-03-25 15:31:05.000000000 +0100
|
||||
+++ services 2008-10-23 14:05:02.000000000 +0200
|
||||
@@ -1,3 +1,13 @@
|
||||
+#
|
||||
+# Network services, Internet style
|
||||
@ -14,6 +14,17 @@
|
||||
# See also: services(5), http://www.sethwklein.net/projects/iana-etc/
|
||||
#
|
||||
# PORT NUMBERS
|
||||
@@ -70,8 +80,8 @@
|
||||
# 0/tcp Reserved
|
||||
# 0/udp Reserved
|
||||
# Jon Postel <postel&isi.edu>
|
||||
-spr-itunes 0/tcp # Shirt Pocket netTunes
|
||||
-spl-itunes 0/tcp # Shirt Pocket launchTunes
|
||||
+#spr-itunes 0/tcp # Shirt Pocket netTunes
|
||||
+#spl-itunes 0/tcp # Shirt Pocket launchTunes
|
||||
# David Nanian <dnanian&shirt-pocket.com> 28 September 2007
|
||||
tcpmux 1/tcp # TCP Port Service Multiplexer
|
||||
tcpmux 1/udp # TCP Port Service Multiplexer
|
||||
@@ -404,8 +414,8 @@
|
||||
pop3 110/tcp # Post Office Protocol - Version 3
|
||||
pop3 110/udp # Post Office Protocol - Version 3
|
||||
|
Loading…
Reference in New Issue
Block a user