diff -urpN 0.11.0/mediatomb.confd 0.11.0-r2/mediatomb.confd --- 0.11.0/mediatomb.confd 2009-11-17 22:51:01.068141126 +1100 +++ 0.11.0-r2/mediatomb.confd 2009-11-17 23:02:08.349141381 +1100 @@ -6,9 +6,6 @@ # NOTE: The minimum value allowed is 49152 MEDIATOMB_PORT=49152 -# Bind MediaTomb to this interface -MEDIATOMB_INTERFACE="eth0" - # Run MediaTomb as this user. # NOTE: It is not recommended to run MediaTomb as root for # security reasons. diff -urpN 0.11.0/mediatomb.initd 0.11.0-r2/mediatomb.initd --- 0.11.0/mediatomb.initd 2009-11-17 22:51:06.125136283 +1100 +++ 0.11.0-r2/mediatomb.initd 2009-11-17 23:07:00.279391218 +1100 @@ -11,7 +11,7 @@ start() { --pidfile ${MEDIATOMB_PIDFILE} --user ${MEDIATOMB_USER} \ --group ${MEDIATOMB_GROUP} --logfile ${MEDIATOMB_LOGFILE} \ --config ${MEDIATOMB_CONFIG} --port ${MEDIATOMB_PORT} \ - --interface ${MEDIATOMB_INTERFACE} ${MEDIATOMB_OPTIONS} + ${MEDIATOMB_OPTIONS} eend $? }