libupnp/libupnp.spec

changeset 84
944803a4d3f3
parent 78
c278b9fd5b74
child 85
e6a1cd7ed6ba
equal deleted inserted replaced
4:fd583f80aba2 5:06e7a698e2d1
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

mercurial