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
This commit is contained in:
parent
ebd94d9363
commit
9e3ac97b17
57
ftpusers
57
ftpusers
@ -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.
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 09:45:23 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- 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 <kukuk@suse.com>
|
||||
|
||||
- Remove hosts.equiv and hosts.lpd, the tools using them got
|
||||
dropped long ago.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 09:33:40 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
|
12
netcfg.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user