auto-import telnet-0.17-10 from telnet-0.17-10.src.rpm
This commit is contained in:
parent
b431f48e75
commit
c1c159d12f
@ -9,5 +9,6 @@ service telnet
|
|||||||
user = root
|
user = root
|
||||||
server = /usr/sbin/in.telnetd
|
server = /usr/sbin/in.telnetd
|
||||||
log_on_failure += USERID
|
log_on_failure += USERID
|
||||||
|
disable = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
15
telnet.spec
15
telnet.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: The client program for the telnet remote login protocol.
|
Summary: The client program for the telnet remote login protocol.
|
||||||
Name: telnet
|
Name: telnet
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 7
|
Release: 10
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-telnet-%{version}%{_snapshot}.tar.gz
|
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-telnet-%{version}%{_snapshot}.tar.gz
|
||||||
@ -76,6 +76,8 @@ cat > ${RPM_BUILD_ROOT}/etc/X11/applnk/Internet/telnet.desktop <<EOF
|
|||||||
Name=Telnet
|
Name=Telnet
|
||||||
Type=Application
|
Type=Application
|
||||||
Comment=client to connect to remote machines via a text interface
|
Comment=client to connect to remote machines via a text interface
|
||||||
|
Comment[de]=Telnet-Client für den textbasierten Remotezugang zu anderen Computern
|
||||||
|
Comment[sv]=klient för anslutning till fjärrmaskiner via ett textgränssnitt
|
||||||
Exec=telnet
|
Exec=telnet
|
||||||
Icon=telnet.xpm
|
Icon=telnet.xpm
|
||||||
Terminal=true
|
Terminal=true
|
||||||
@ -95,13 +97,22 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config /etc/xinetd.d/telnet
|
%config(noreplace) /etc/xinetd.d/telnet
|
||||||
%{_sbindir}/in.telnetd
|
%{_sbindir}/in.telnetd
|
||||||
%{_mandir}/man5/issue.net.5*
|
%{_mandir}/man5/issue.net.5*
|
||||||
%{_mandir}/man8/in.telnetd.8*
|
%{_mandir}/man8/in.telnetd.8*
|
||||||
%{_mandir}/man8/telnetd.8*
|
%{_mandir}/man8/telnetd.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2001 Helge Deller <hdeller@redhat.com>
|
||||||
|
- added swedish & german translation to .desktop-file (#15332)
|
||||||
|
|
||||||
|
* Sat Dec 30 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- mark the xinetd config file as config(noreplace)
|
||||||
|
|
||||||
|
* Fri Dec 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- make sure the server is turned off by default
|
||||||
|
|
||||||
* Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
|
* Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
|
||||||
- add description & default to xinetd file
|
- add description & default to xinetd file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user