148 |
148 |
149 %post |
149 %post |
150 # after installing or upgrading package networking reminder |
150 # after installing or upgrading package networking reminder |
151 ( echo "Before using UPnP, the network must be able to multicast route." |
151 ( echo "Before using UPnP, the network must be able to multicast route." |
152 echo "The following command may add a static multicast route:" |
152 echo "The following command may add a static multicast route:" |
153 echo " # route add -net 239.0.0.0 netmask 255.0.0.0 eth0" |
153 echo " # route add -net 239.0.0.0 netmask 255.0.0.0 dev eth0" |
154 ) | %{l_rpmtool} msg -b -t notice |
154 ) | %{l_rpmtool} msg -b -t notice |
155 exit 0 |
155 exit 0 |
156 |
156 |