]> git.pld-linux.org Git - packages/ftpproxy.git/commitdiff
- updated to 1.1.3 (bug fix release), RA-1_0 STABLE ftpproxy-1_1_3-1
authorkloczek <kloczek@pld-linux.org>
Wed, 19 Dec 2001 04:10:11 +0000 (04:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized and few cosmetics.

Changed files:
    ftpproxy.spec -> 1.6

ftpproxy.spec

index 370d677af911619d43720514abbc352f1f650ad8..1fab5363e1d9b5d2a29a8b74043d45198013846e 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       ftpproxy is an application level gateway for the FTP protocol
 Summary(pl):   ftpproxy jest aplikacyjn± bramk± dla protoko³u FTP
 Name:          ftpproxy
-Version:       1.1.2
-Release:       2
+Version:       1.1.3
+Release:       1
 License:       GPL
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
@@ -15,10 +15,10 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Conflicts:     proxytools
 
 %description
-ftp.proxy is a proxy server for a subset of the file transfer
-protocol described in RFC 959. It forwards traffic between a client
-and a server without looking too much if both hosts do real FTP. The
-FTP server can be either given on the command line or supplied by the
+ftp.proxy is a proxy server for a subset of the file transfer protocol
+described in RFC 959. It forwards traffic between a client and a
+server without looking too much if both hosts do real FTP. The FTP
+server can be either given on the command line or supplied by the
 client.
 
 %description -l pl
@@ -51,19 +51,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ -f /var/lock/subsys/rc-inetd ]; then
-    /etc/rc.d/init.d/rc-inetd reload 1>&2
+       /etc/rc.d/init.d/rc-inetd reload 1>&2
 else
-    echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
+       echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
 fi
 
 %postun
 if [ "$1" = "0" -a -f /var/lock/subsys/rc-inetd ]; then
-    /etc/rc.d/init.d/rc-inetd reload
+       /etc/rc.d/init.d/rc-inetd reload
 fi
     
 %files
 %defattr(644,root,root,755)
 %doc *.gz
+%attr(640,root,root) %config %verify(not size mtime md5) /etc/sysconfig/rc-inetd/ftpproxy
 %attr(755,root,root) %{_sbindir}/ftp.proxy
 %{_mandir}/man1/*
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/sysconfig/rc-inetd/ftpproxy
This page took 0.093248 seconds and 4 git commands to generate.