From 9e3ac97b17bc7fa9ddf5ebb4390378634c06c7e35c32d3616fba3a96ae491879 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Wed, 4 Oct 2023 10:39:39 +0000 Subject: [PATCH] Accepting request 1115565 from home:kukuk:branches:Base:System - Remove ftpusers, none of our ftp servers uses that anymore - Remove defaultdomain, NIS got dropped - Remove hosts.equiv and hosts.lpd, the tools using them got dropped long ago. OBS-URL: https://build.opensuse.org/request/show/1115565 OBS-URL: https://build.opensuse.org/package/show/Base:System/netcfg?expand=0&rev=75 --- defaultdomain | 0 ftpusers | 57 -------------------------------------------------- hosts.equiv | 7 ------- hosts.lpd | 7 ------- netcfg.changes | 12 +++++++++++ netcfg.spec | 12 ++--------- 6 files changed, 14 insertions(+), 81 deletions(-) delete mode 100644 defaultdomain delete mode 100644 ftpusers delete mode 100644 hosts.equiv delete mode 100644 hosts.lpd diff --git a/defaultdomain b/defaultdomain deleted file mode 100644 index 473a0f4..0000000 diff --git a/ftpusers b/ftpusers deleted file mode 100644 index 7c022eb..0000000 --- a/ftpusers +++ /dev/null @@ -1,57 +0,0 @@ -# -# ftpusers This file describes the names of the users that may -# _*NOT*_ log into the system via the FTP server. -# This usually includes "root", "uucp", "news" and the -# like, because those users have too much power to be -# allowed to do "just" FTP... -# -adabas -amanda -at -bin -cyrus -daemon -dbmaker -db2fenc1 -db2inst1 -db2as -db4web -dpbox -empress -fax -firewall -fnet -games -gdm -gnats -irc -informix -ingres -ixess -lnx -lp -mail -man -mdom -mysql -named -news -nobody -nps -oracle -perforce -pop -postfix -postgres -root -sapdb -skyrix -squid -uucp -virtuoso -vscan -wnn -wwwrun -yard -zope -# End. diff --git a/hosts.equiv b/hosts.equiv deleted file mode 100644 index 7db406a..0000000 --- a/hosts.equiv +++ /dev/null @@ -1,7 +0,0 @@ -# -# hosts.equiv This file describes the names of the hosts which are -# to be considered "equivalent", i.e. which are to be -# trusted enough for allowing rsh(1) commands. -# -# hostname - diff --git a/hosts.lpd b/hosts.lpd deleted file mode 100644 index 6df05ed..0000000 --- a/hosts.lpd +++ /dev/null @@ -1,7 +0,0 @@ -# -# hosts.lpd This file describes the names of the hosts which are -# to be considered "equivalent", i.e. which are to be -# trusted enough for allowing remote lpr(1) commands. -# -# hostname - diff --git a/netcfg.changes b/netcfg.changes index 466986b..6fdc0f9 100644 --- a/netcfg.changes +++ b/netcfg.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 4 09:45:23 UTC 2023 - Thorsten Kukuk + +- Remove ftpusers, none of our ftp servers uses that anymore +- Remove defaultdomain, NIS got dropped + +------------------------------------------------------------------- +Tue Sep 26 16:19:47 UTC 2023 - Thorsten Kukuk + +- Remove hosts.equiv and hosts.lpd, the tools using them got + dropped long ago. + ------------------------------------------------------------------- Tue Oct 11 09:33:40 UTC 2022 - Danilo Spinella diff --git a/netcfg.spec b/netcfg.spec index 91dfbad..a0a5e93 100644 --- a/netcfg.spec +++ b/netcfg.spec @@ -1,7 +1,7 @@ # # spec file for package netcfg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,13 +22,9 @@ Release: 0 Summary: Network Configuration Files in /etc License: BSD-3-Clause Group: System/Base -Source0: defaultdomain Source1: exports -Source2: ftpusers Source3: host.conf Source4: hosts -Source7: hosts.equiv -Source8: hosts.lpd Source9: networks Source10: protocols Source11: services.bz2 @@ -62,7 +58,7 @@ cp %{SOURCE16} . %install mkdir -p %{buildroot}%{_sysconfdir} -for i in hostname aliases defaultdomain exports ftpusers host.conf hosts hosts.equiv hosts.lpd netgroup ethertypes; do +for i in hostname aliases exports host.conf hosts netgroup ethertypes; do install $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir} done mkdir -p %{buildroot}%{_prefix}%{_sysconfdir} @@ -79,14 +75,10 @@ install -d -m 0755 %{buildroot}/%{_sysconfdir}/exports.d %defattr(644,root,root,755) %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hostname %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/aliases -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/defaultdomain %verify(not md5 size mtime) %{_prefix}%{_sysconfdir}/ethers %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/exports -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/ftpusers %config(noreplace) %{_sysconfdir}/host.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.equiv -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.lpd %config(noreplace) %{_sysconfdir}/netgroup %{_prefix}%{_sysconfdir}/networks %{_prefix}%{_sysconfdir}/protocols