Author: blues                        Date: Fri Mar  3 13:22:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use the adapter, Luke...

---- Files affected:
SPECS:
   xorp.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/xorp.spec
diff -u SPECS/xorp.spec:1.1 SPECS/xorp.spec:1.2
--- SPECS/xorp.spec:1.1 Fri Mar  3 14:15:58 2006
+++ SPECS/xorp.spec     Fri Mar  3 14:22:08 2006
@@ -1,9 +1,9 @@
 # $Revision$, $Date$
+%define                _rc     RC
 Summary:       eXtensible Open Router Platform
 Name:          xorp
 Version:       1.2
-%define                _rc     RC
-Release:       0.%{_rc}.0.1
+Release:       0.%{_rc}.0.2
 License:       BSD-like
 Group:         Networking/Admin
 Source0:       
http://www.xorp.org/releases/1.2-RC/%{name}-%{version}-%{_rc}.tar.gz
@@ -17,9 +17,17 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-XORP currently provides a set of routing protocol implementations, an 
extensible programming API, and configuration tools. The supported protocols 
are BGP, RIP, PIM-SM, and IGMP/MLD. IPv4 and IPv6 are both supported. The list 
of protocols and features will hopefully grow as more people start contributing 
to the project.
-
-At the present time, XORP does not implement its own forwarding system. It is 
reliant on the forwarding of the underlying host operating system. We would 
like to support forwarding in custom hardware and software architectures in 
future. An example being the Click modular router. 
+XORP currently provides a set of routing protocol implementations, an
+extensible programming API, and configuration tools. The supported
+protocols are BGP, RIP, PIM-SM, and IGMP/MLD. IPv4 and IPv6 are both
+supported. The list of protocols and features will hopefully grow as
+more people start contributing to the project.
+
+At the present time, XORP does not implement its own forwarding
+system. It is reliant on the forwarding of the underlying host
+operating system. We would like to support forwarding in custom
+hardware and software architectures in future. An example being the
+Click modular router.
 
 %prep
 %setup -q -n %{name}-%{version}-%{_rc}
@@ -44,19 +52,19 @@
 
 %post
 umask 022
-#if [ ! -f /etc/shells ]; then
-#      echo "%{_bindir}/%{name}" > /etc/shells
-#      echo "%{_bindir}/scpsh" >> /etc/shells
-#      echo "%{_bindir}/sftpsh" >> /etc/shells
+#if [ ! -f %{_sysconfdir}/shells ]; then
+# echo "%{_bindir}/%{name}" > %{_sysconfdir}/shells
+# echo "%{_bindir}/scpsh" >> %{_sysconfdir}/shells
+# echo "%{_bindir}/sftpsh" >> %{_sysconfdir}/shells
 #else
-#      if ! grep -q '^%{_bindir}/%{name}$' /etc/shells; then
-#              echo "%{_bindir}/%{name}" >> /etc/shells
+# if ! grep -q '^%{_bindir}/%{name}$' %{_sysconfdir}/shells; then
+# echo "%{_bindir}/%{name}" >> %{_sysconfdir}/shells
 #      fi
-#      if ! grep -q '^%{_bindir}/scpsh$' /etc/shells; then
-#              echo "%{_bindir}/scpsh" >> /etc/shells
+# if ! grep -q '^%{_bindir}/scpsh$' %{_sysconfdir}/shells; then
+# echo "%{_bindir}/scpsh" >> %{_sysconfdir}/shells
 #      fi
-#      if ! grep -q '^%{_bindir}/sftpsh$' /etc/shells; then
-#              echo "%{_bindir}/sftpsh" >> /etc/shells
+# if ! grep -q '^%{_bindir}/sftpsh$' %{_sysconfdir}/shells; then
+# echo "%{_bindir}/sftpsh" >> %{_sysconfdir}/shells
 #      fi
 #fi
 
@@ -70,7 +78,7 @@
 %files
 %defattr(644,root,root,755)
 #%doc AUTHORS ChangeLog README CHROOT SECURITY mkchroot.sh
-#%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/rssh.conf
+#%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/rssh.conf
 #%attr(755,root,root) %{_bindir}/%{name}
 #%attr(755,root,root) %{_bindir}/scpsh
 #%attr(755,root,root) %{_bindir}/sftpsh
@@ -83,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/03/03 13:22:08  blues
+- use the adapter, Luke...
+
 Revision 1.1  2006/03/03 13:15:58  blues
 - initial release - still building, still needs a lot of work to make it
   finish
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorp.spec?r1=1.1&r2=1.2&f=u

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

Reply via email to