components/quagga/patches/89-group.patch
branchs11u3-sru
changeset 7927 9a07678a4c7f
equal deleted inserted replaced
7926:26093f5b918b 7927:9a07678a4c7f
       
     1 This bug has been reported to the Quagga community and this patch may be
       
     2 removed for any version of Quagga that has bug 877:
       
     3 https://bugzilla.quagga.net/show_bug.cgi?id=877
       
     4 fixed.
       
     5 
       
     6 *** solaris/quagga.init.in
       
     7 --- solaris/quagga.init.in
       
     8 *************** routeadm_daemon_args () {
       
     9 *** 50,56 ****
       
    10   	
       
    11   	# user and group we need for config file upgrade..
       
    12   	SMF_USER=`get_routeadm_property $SMF_FMRI user`
       
    13 ! 	SMF_GROUP=`get_routeadm_property()$SMF_FMRI group`
       
    14   	if [ "${SMF_USER}" ] ; then
       
    15   		USER="${SMF_USER}"
       
    16   		args="${args} -u ${SMF_USER}"
       
    17 --- 50,56 ----
       
    18   	
       
    19   	# user and group we need for config file upgrade..
       
    20   	SMF_USER=`get_routeadm_property $SMF_FMRI user`
       
    21 ! 	SMF_GROUP=`get_routeadm_property() $SMF_FMRI group`
       
    22   	if [ "${SMF_USER}" ] ; then
       
    23   		USER="${SMF_USER}"
       
    24   		args="${args} -u ${SMF_USER}"