Author: gotar                        Date: Sun Oct 26 13:56:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Networking/Daemons/FTP group for TFTP servers

---- Files affected:
SPECS:
   atftp.spec (1.23 -> 1.24) , tftp.spec (1.73 -> 1.74) , utftpd.spec (1.76 -> 
1.77) , inetutils.spec (1.17 -> 1.18) , tftp-hpa.spec (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: SPECS/atftp.spec
diff -u SPECS/atftp.spec:1.23 SPECS/atftp.spec:1.24
--- SPECS/atftp.spec:1.23       Mon Feb 12 22:23:48 2007
+++ SPECS/atftp.spec    Sun Oct 26 14:56:10 2008
@@ -55,7 +55,7 @@
 Summary(fr.UTF-8):     Démon pour le « trivial file transfer protocol » (tftp)
 Summary(pl.UTF-8):     Serwer tftp (trivial file transfer protocol)
 Summary(tr.UTF-8):     İlkel dosya aktarım protokolu (TFTP) için sunucu ve 
istemci
-Group:         Networking/Daemons
+Group:         Networking/Daemons/FTP
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
 Requires(pre): /usr/sbin/useradd
@@ -88,7 +88,7 @@
 %package -n atftpd-inetd
 Summary:       inetd configs for atftpd
 Summary(pl.UTF-8):     Pliki konfiguracyjne do użycia atftpd poprzez inetd
-Group:         Daemons
+Group:         Networking/Daemons/FTP
 Requires:      atftpd-common = %{epoch}:%{version}-%{release}
 Requires:      rc-inetd >= 0.8.1
 Provides:      tftpdaemon
@@ -108,7 +108,7 @@
 %package -n atftpd-standalone
 Summary:       Standalone daemon configs for atftpd
 Summary(pl.UTF-8):     Pliki konfiguracyjne do startowania atftpd w trybie 
standalone
-Group:         Daemons
+Group:         Networking/Daemons/FTP
 Requires:      atftpd-common = %{epoch}:%{version}-%{release}
 Requires:      rc-scripts
 Provides:      tftpdaemon
@@ -182,8 +182,8 @@
 
 %preun
 if [ "$1" = "0" ]; then
-        %service atftpd stop
-        /sbin/chkconfig --del atftpd
+       %service atftpd stop
+       /sbin/chkconfig --del atftpd
 fi
 
 %files
@@ -213,6 +213,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2008/10/26 13:56:10  gotar
+- Networking/Daemons/FTP group for TFTP servers
+
 Revision 1.23  2007/02/12 21:23:48  glen
 - tabs in preamble
 

================================================================
Index: SPECS/tftp.spec
diff -u SPECS/tftp.spec:1.73 SPECS/tftp.spec:1.74
--- SPECS/tftp.spec:1.73        Mon Feb 12 23:09:17 2007
+++ SPECS/tftp.spec     Sun Oct 26 14:56:10 2008
@@ -49,7 +49,7 @@
 Summary(fr.UTF-8):     Démon pour le « trivial file transfer protocol » (tftp)
 Summary(pl.UTF-8):     Serwer tftp (trivial file transfer protocol)
 Summary(tr.UTF-8):     İlkel dosya aktarım protokolu (TFTP) için sunucu ve 
istemci
-Group:         Networking/Daemons
+Group:         Networking/Daemons/FTP
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
 Requires(pre): /usr/sbin/useradd
@@ -145,6 +145,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2008/10/26 13:56:10  gotar
+- Networking/Daemons/FTP group for TFTP servers
+
 Revision 1.73  2007/02/12 22:09:17  glen
 - tabs in preamble
 

================================================================
Index: SPECS/utftpd.spec
diff -u SPECS/utftpd.spec:1.76 SPECS/utftpd.spec:1.77
--- SPECS/utftpd.spec:1.76      Tue Oct  9 17:31:11 2007
+++ SPECS/utftpd.spec   Sun Oct 26 14:56:10 2008
@@ -5,7 +5,7 @@
 Version:       0.2.4
 Release:       21
 License:       GPL
-Group:         Networking/Daemons
+Group:         Networking/Daemons/FTP
 Source0:       ftp://ftp.ohse.de/uwe/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 3adf5d86c7b6d83d8ec4099e54e8dede
 Source1:       %{name}.inetd
@@ -66,7 +66,7 @@
 %package client
 Summary:       utftpd - a TFTP client
 Summary(pl.UTF-8):     utftpd - klient TFTP
-Group:         Networking/Utilities
+Group:         Applications/Networking
 
 %description client
 utftpd is a server for the trivial file transfer protocol (TFTP) with
@@ -170,6 +170,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2008/10/26 13:56:10  gotar
+- Networking/Daemons/FTP group for TFTP servers
+
 Revision 1.76  2007/10/09 15:31:11  baggins
 - s/enviroment/environment/
 

================================================================
Index: SPECS/inetutils.spec
diff -u SPECS/inetutils.spec:1.17 SPECS/inetutils.spec:1.18
--- SPECS/inetutils.spec:1.17   Tue Apr  8 10:24:52 2008
+++ SPECS/inetutils.spec        Sun Oct 26 14:56:10 2008
@@ -79,7 +79,7 @@
 %package ftpd
 Summary:       FTP server from GNU inetutils package
 Summary(pl.UTF-8):     Serwer FTP z pakietu GNU inetutils
-Group:         Networking/Daemons
+Group:         Networking/Daemons/FTP
 Requires:      %{name} = %{version}-%{release}
 Provides:      ftpserver
 Obsoletes:     ftpserver
@@ -316,7 +316,7 @@
 %package tftpd
 Summary:       TFTP server from GNU inetutils package
 Summary(pl.UTF-8):     Serwer TFTP z pakietu GNU inetutils
-Group:         Networking/Daemons
+Group:         Networking/Daemons/FTP
 Requires:      %{name} = %{version}-%{release}
 Requires:      rc-inetd
 Provides:      tftpdaemon
@@ -581,6 +581,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2008/10/26 13:56:10  gotar
+- Networking/Daemons/FTP group for TFTP servers
+
 Revision 1.17  2008/04/08 08:24:52  glen
 - unify ftp.gnu.org urls
 

================================================================
Index: SPECS/tftp-hpa.spec
diff -u SPECS/tftp-hpa.spec:1.49 SPECS/tftp-hpa.spec:1.50
--- SPECS/tftp-hpa.spec:1.49    Wed Oct 22 09:29:07 2008
+++ SPECS/tftp-hpa.spec Sun Oct 26 14:56:10 2008
@@ -51,7 +51,7 @@
 Summary(fr.UTF-8):     Démon pour le « trivial file transfer protocol » (TFTP)
 Summary(pl.UTF-8):     Serwer TFTP (Trivial File Transfer Protocol)
 Summary(tr.UTF-8):     İlkel dosya aktarım protokolu (TFTP) için sunucu ve 
istemci
-Group:         Networking/Daemons
+Group:         Networking/Daemons/FTP
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
 Requires(pre): /usr/sbin/useradd
@@ -154,6 +154,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2008/10/26 13:56:10  gotar
+- Networking/Daemons/FTP group for TFTP servers
+
 Revision 1.49  2008/10/22 07:29:07  adamg
 - updated to 0.49
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/atftp.spec?r1=1.23&r2=1.24&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tftp.spec?r1=1.73&r2=1.74&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/utftpd.spec?r1=1.76&r2=1.77&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/inetutils.spec?r1=1.17&r2=1.18&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tftp-hpa.spec?r1=1.49&r2=1.50&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to