Wed, 14 Jan 2009 14:47:21 +0100
Correct routing suggestion to be consistent with GNU/Linux style.
libupnp/libupnp.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/libupnp/libupnp.spec Wed Jan 14 14:02:46 2009 +0100 1.2 +++ b/libupnp/libupnp.spec Wed Jan 14 14:47:21 2009 +0100 1.3 @@ -150,7 +150,7 @@ 1.4 # after installing or upgrading package networking reminder 1.5 ( echo "Before using UPnP, the network must be able to multicast route." 1.6 echo "The following command may add a static multicast route:" 1.7 - echo " # route add -net 239.0.0.0 netmask 255.0.0.0 eth0" 1.8 + echo " # route add -net 239.0.0.0 netmask 255.0.0.0 dev eth0" 1.9 ) | %{l_rpmtool} msg -b -t notice 1.10 exit 0 1.11