components/quagga/patches/10-zebra-retain.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 641 719d637aca9f
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

--- solaris/quagga.init.in
+++ solaris/quagga.init.in
@@ -63,6 +63,7 @@
 	case $1 in
 	zebra)
 		args="${args} `get_daemon_option_from_boolean_property $SMF_FMRI batch -b true`"
+		args="${args} `get_daemon_option_from_boolean_property $SMF_FMRI retain -r true`"
 		;;
 	ripd|ripngd)
 		args="${args} `get_daemon_option_from_boolean_property $SMF_FMRI retain -r true`"
--- solaris/quagga.xml.in
+++ solaris/quagga.xml.in
@@ -127,6 +127,7 @@
 		
 		<!-- Options specific to zebra -->
 		<propval name='batch' type='boolean' value='false' />
+		<propval name='retain' type='boolean' value='false' />
 	</property_group>
 	
 	<property_group name='general' type='framework'>