Projects
Multimedia
mediatomb
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 28
View file
mediatomb.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Dec 23 15:57:30 UTC 2025 - Werner Fink <werner@suse.de> + +- Allow restarts of mediatomb service + +------------------------------------------------------------------- Tue Jun 26 20:54:08 UTC 2018 - olaf@aepfle.de - Fixes from Heiko Schröder
View file
rcmediatomb
Changed
@@ -27,7 +27,10 @@ # Start daemon. echo "Applying multicast settings to ${MT_INTERFACE}" # those settings are necessary for us to react to M-SEARCH requests -ip route add 239.0.0.0/8 dev ${MT_INTERFACE} +if ! ip route show dev ${MT_INTERFACE} | grep -q 239.0.0.0/8 +then + ip route add 239.0.0.0/8 dev ${MT_INTERFACE} +fi ip link set dev ${MT_INTERFACE} allmulticast on mkdir -vp "${MT_HOME}/${MT_CFGDIR}"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.