diff options
author | Lou Berger <lberger@labn.net> | 2017-03-30 20:22:35 +0200 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2017-03-30 20:22:35 +0200 |
commit | 447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6 (patch) | |
tree | 092d3d129e2c55b66f99ee8a2d2f0ab659b82017 /solaris | |
parent | Merge pull request #299 from opensourcerouting/test-ref-out (diff) | |
download | frr-447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6.tar.xz frr-447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6.zip |
Rename: FreeRangeRouting FRRouting
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/README.txt | 12 | ||||
-rw-r--r-- | solaris/depend.daemons.in | 2 | ||||
-rw-r--r-- | solaris/depend.dev.in | 2 | ||||
-rw-r--r-- | solaris/depend.libs.in | 2 | ||||
-rw-r--r-- | solaris/depend.smf.in | 2 | ||||
-rwxr-xr-x | solaris/frr.init.in | 12 | ||||
-rw-r--r-- | solaris/frr.xml.in | 18 |
7 files changed, 25 insertions, 25 deletions
diff --git a/solaris/README.txt b/solaris/README.txt index 01f725b8f..589570d88 100644 --- a/solaris/README.txt +++ b/solaris/README.txt @@ -15,13 +15,13 @@ Requirements: i.manifest must be at least version 1.5. Place these scripts in this directory if you are using Solaris 10 GA (which does not ship with - these scripts), or in the solaris/ directory in the FreeRangeRouting source. + these scripts), or in the solaris/ directory in the FRRouting source. Package creation instructions: ------------------------------ -1. Configure and build FreeRangeRouting (frr) in the top level build directory as per normal, eg: +1. Configure and build FRRouting (frr) in the top level build directory as per normal, eg: ./configure --prefix=/usr/local/frr \ --localstatedir=/var/run/frr \ @@ -102,7 +102,7 @@ Install and post-install configuration notes: # # svcs -l ripd fmri svc:/network/routing/frr:ripd - name FreeRangeRouting: ripd, RIPv1/2 IPv4 routing protocol daemon. + name FRRouting: ripd, RIPv1/2 IPv4 routing protocol daemon. enabled true state online next_state none @@ -117,7 +117,7 @@ Install and post-install configuration notes: - Configuration of startup options is by way of SMF properties in a property group named 'frr'. The defaults should automatically be - inline with how you configured FreeRangeRouting in Step 1 above. + inline with how you configured FRRouting in Step 1 above. - By default the VTY interface is disabled. To change this, see below for how to set the 'frr/vty_port' property as appropriate for @@ -176,11 +176,11 @@ Install and post-install configuration notes: - As SMF is dependency aware, restarting network/zebra will restart all the other daemons. - - To upgrade from one set of FreeRangeRouting packages to a newer release, + - To upgrade from one set of FRRouting packages to a newer release, one must first pkgrm the installed packages. When one pkgrm's FRRsmf all property configuration will be lost, and any customisations will have to redone after installing the updated FRRsmf package. - These packages are not supported by Sun Microsystems, report bugs via the - usual FreeRangeRouting channels, ie Issue Tracker. Improvements/contributions of course would be greatly appreciated. + usual FRRouting channels, ie Issue Tracker. Improvements/contributions of course would be greatly appreciated. diff --git a/solaris/depend.daemons.in b/solaris/depend.daemons.in index 64fb03ac1..a8ce943e3 100644 --- a/solaris/depend.daemons.in +++ b/solaris/depend.daemons.in @@ -1,4 +1,4 @@ -P FRRlibs FreeRangeRouting common runtime libraries +P FRRlibs FRRouting common runtime libraries @PACKAGE_VERSION@,REV=@CONFDATE@ P SUNWcsu Core Solaris, (Usr) P SUNWcsr Core Solaris Libraries (Root) diff --git a/solaris/depend.dev.in b/solaris/depend.dev.in index 5d8bf16ed..1b65724a0 100644 --- a/solaris/depend.dev.in +++ b/solaris/depend.dev.in @@ -1,2 +1,2 @@ -P FRRlibs FreeRangeRouting common runtime libraries +P FRRlibs FRRouting common runtime libraries @PACKAGE_VERSION@,REV=@CONFDATE@ diff --git a/solaris/depend.libs.in b/solaris/depend.libs.in index 6ead0b286..04f04efd0 100644 --- a/solaris/depend.libs.in +++ b/solaris/depend.libs.in @@ -1,5 +1,5 @@ P SUNWcslr Core Solaris Libraries (Root) P SUNWcsl Core Solaris, (Shared Libs) P SUNWlibmsr Math & Microtasking Libraries (Root) -R FRRdaemons FreeRangeRouting daemons +R FRRdaemons FRRouting daemons R FRRdev diff --git a/solaris/depend.smf.in b/solaris/depend.smf.in index 66b11eba2..b3b1bd778 100644 --- a/solaris/depend.smf.in +++ b/solaris/depend.smf.in @@ -1,4 +1,4 @@ -P FRRaemons FreeRangeRouting daemons +P FRRaemons FRRouting daemons @PACKAGE_VERSION@,REV=@CONFDATE@ P SUNWcsu Core Solaris, (Usr) P SUNWcsr Core Solaris Libraries (Root) diff --git a/solaris/frr.init.in b/solaris/frr.init.in index 580fd9b35..bd9ab85e6 100755 --- a/solaris/frr.init.in +++ b/solaris/frr.init.in @@ -3,20 +3,20 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This file is part of FreeRangeRouting. +# This file is part of FRRouting. # -# FreeRangeRouting is free software; you can redistribute it and/or modify +# FRRouting is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2, or (at your option) any # later version. # -# FreeRangeRouting is distributed in the hope that it will be useful, but +# FRRouting is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with FreeRangeRouting; see the file COPYING. If not, write to +# along with FRRouting; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # @@ -74,7 +74,7 @@ handle_routeadm_upgrade () { upgrade_config () { DAEMON=$1 - # handle upgrade of SUNWzebra to FreeRangeRouting + # handle upgrade of SUNWzebra to FRRouting if [ -d "/etc/frr" -a ! -f "/etc/frr/${DAEMON}.conf" ] ; then if [ -f "/etc/sfw/zebra/${DAEMON}.conf" ] ; then cp "/etc/sfw/zebra/${DAEMON}.conf" \ @@ -216,7 +216,7 @@ case "${DAEMON}" in ;; esac -# Older FreeRangeRouting SMF packages pass daemon args on the commandline +# Older FRRouting SMF packages pass daemon args on the commandline # Newer SMF routeadm model uses properties for each argument # so we must handle that. if [ smf_present -a -f "$ROUTEADMINCLUDE" ]; then diff --git a/solaris/frr.xml.in b/solaris/frr.xml.in index 5ac7e5272..825c987a4 100644 --- a/solaris/frr.xml.in +++ b/solaris/frr.xml.in @@ -1,20 +1,20 @@ <?xml version="1.0"?> <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <!-- - This file is part of FreeRangeRouting (FRR) + This file is part of FRRouting (FRR) - FreeRangeRouting is free software; you can redistribute it and/or + FRRouting is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) anylater version. - FreeRangeRouting is distributed in the hope that it will be useful, + FRRouting is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with FreeRangeRouting; see the file COPYING. If not, write to + along with FRRouting; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -107,9 +107,9 @@ <propval name='value_authorization' type='astring' value='solaris.smf.value.routing' /> - <!-- Options common to FreeRangeRouting daemons + <!-- Options common to FRRouting daemons Property names are equivalent to the long - option name, consult FreeRangeRouting documentation --> + option name, consult FRRouting documentation --> <!-- The config file to use, if not the default --> <propval name='config_file' type='astring' value=''/> <!-- The vty_port to listen on if not the default. @@ -142,7 +142,7 @@ <template> <common_name> <loctext xml:lang='C'> - FreeRangeRouting: zebra, RIB, kernel intermediary and misc daemon + FRRouting: zebra, RIB, kernel intermediary and misc daemon </loctext> </common_name> <documentation> @@ -240,7 +240,7 @@ <propval name='value_authorization' type='astring' value='solaris.smf.value.routing' /> - <!-- Options common to FreeRangeRouting daemons --> + <!-- Options common to FRRouting daemons --> <!-- The config file to use, if not the default --> <propval name='config_file' type='astring' value=''/> <!-- The vty_port to listen on if not the default. @@ -273,7 +273,7 @@ <template> <common_name> <loctext xml:lang='C'> - FreeRangeRouting: ripd, RIPv1/2 IPv4 routing protocol daemon. + FRRouting: ripd, RIPv1/2 IPv4 routing protocol daemon. </loctext> </common_name> <documentation> |