Accepting request 504771 from network
Removed xinetd service OBS-URL: https://build.opensuse.org/request/show/504771 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proftpd?expand=0&rev=29
This commit is contained in:
commit
3a63f59770
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 08:28:42 UTC 2017 - nmoudra@suse.com
|
||||
|
||||
- Removed xinetd service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 7 20:49:37 UTC 2017 - chris@computersalat.de
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
Name: proftpd
|
||||
Summary: Highly configurable GPL-licensed FTP server software
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Ftp/Servers
|
||||
# Please save your time and do not update to "rc" versions.
|
||||
# We only accept updates for "STABLE" Versions
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Ftp/Servers
|
||||
Version: 1.3.5d
|
||||
Release: 0
|
||||
Url: http://www.proftpd.org/
|
||||
@ -190,7 +190,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%makeinstall INSTALL_USER=`id -un` INSTALL_GROUP=`id -gn`
|
||||
install -D -m 0644 contrib/dist/rpm/ftp.pamd %{buildroot}/%{_sysconfdir}/pam.d/%{name}
|
||||
install -D -m 0644 contrib/dist/rpm/xinetd %{buildroot}/%{_sysconfdir}/xinetd.d/%{name}
|
||||
install -D -m 0644 contrib/dist/rpm/%{name}.logrotate %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
|
||||
#
|
||||
rm -fv %{buildroot}/%{_libdir}/%{name}/*.{a,la}
|
||||
@ -284,7 +283,6 @@ install -d %{_localstatedir}/run/%{name}
|
||||
%config %{_sysconfdir}/%{name}/ssl/README
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/blacklist.dat
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/dhparams.pem
|
||||
%dir %attr(0750,ftp,ftp) %{_localstatedir}/log/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user