]> git.pld-linux.org Git - packages/ffingerd.git/commitdiff
- added rc-inetd support
authorwaszi <waszi@pld-linux.org>
Mon, 11 Oct 1999 07:02:36 +0000 (07:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffingerd.spec -> 1.11

ffingerd.spec

index 986cb05593f32481f9420638f9bd25537c434502..eb29ad8262e4a53572d0b544820dc03b661ae52a 100644 (file)
@@ -7,8 +7,10 @@ Group:         Networking/Daemons
 Group(pl):     Sieciowe/Demony
 Copyright:     GPL
 Source:                ftp://ftp.fu-berlin.de/pub/unix/security/ffingerd/%{name}-%{version}.tar.bz2
+Source1:       %{name}.inetd
 Patch:         ffingerd-DESTDIR.patch
-Requires:      inetd
+Requires:      inetdaemon
+Requires:      rc-inetd
 Provides:      fingerd
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -44,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 make install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd
+install %{SOURCE1} RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/ffingerd
+
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* \
        README NEWS TODO
 
@@ -54,5 +59,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc {README,NEWS,TODO}.gz
 %attr(755,root,root) %{_sbindir}/*
+%attr(640,root,root) /etc/sysconfig/rc-inetd/ffingerd
 
 %{_mandir}/man8/*
This page took 0.853613 seconds and 4 git commands to generate.