# HG changeset patch # User Michael Schloh von Bennewitz # Date 1231940841 -3600 # Node ID 944803a4d3f3215ce1da101995d16bd9c647d80d # Parent 02f650e4c5d86ce190810d3cc086c793dcb3265c Correct routing suggestion to be consistent with GNU/Linux style. diff -r 02f650e4c5d8 -r 944803a4d3f3 libupnp/libupnp.spec --- a/libupnp/libupnp.spec Wed Jan 14 14:02:46 2009 +0100 +++ b/libupnp/libupnp.spec Wed Jan 14 14:47:21 2009 +0100 @@ -150,7 +150,7 @@ # after installing or upgrading package networking reminder ( echo "Before using UPnP, the network must be able to multicast route." echo "The following command may add a static multicast route:" - echo " # route add -net 239.0.0.0 netmask 255.0.0.0 eth0" + echo " # route add -net 239.0.0.0 netmask 255.0.0.0 dev eth0" ) | %{l_rpmtool} msg -b -t notice exit 0