[mediatomb] Fix typo.

Jon Ciesla limb at fedoraproject.org
Mon Dec 3 14:34:40 UTC 2012


commit 78b7cd264c3bd87c3c106c4c9d2b078cd726cd1e
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Dec 3 08:32:30 2012 -0600

    Fix typo.

 mediatomb.service |    2 +-
 mediatomb.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mediatomb.service b/mediatomb.service
index 4c62ef4..d8ac91c 100644
--- a/mediatomb.service
+++ b/mediatomb.service
@@ -8,7 +8,7 @@ EnvironmentFile=-/etc/mediatomb.conf
 PIDFile=/run/mediatomb.pid
 ExecStartPre=-/usr/sbin/route add -net 239.0.0.0 netmask 255.0.0.0 $MT_INTERFACE
 ExecStartPre=-/usr/sbin/ifconfig $MT_INTERFACE allmulti
-ExecStart=/usr/bin/mediatomb -d -u $MT_USER -g $MT_USER -P /run/mediatomb.pid -l $MT_LOGFILE -m $MT_HOME -f $MT_CFGDIR -p $MT_PORT -e $MT_INTERFACE 
+ExecStart=/usr/bin/mediatomb -d -u $MT_USER -g $MT_GROUP -P /run/mediatomb.pid -l $MT_LOGFILE -m $MT_HOME -f $MT_CFGDIR -p $MT_PORT -e $MT_INTERFACE 
 
 [Install]
 WantedBy=multi-user.target
diff --git a/mediatomb.spec b/mediatomb.spec
index 322ed47..eb21006 100644
--- a/mediatomb.spec
+++ b/mediatomb.spec
@@ -13,7 +13,7 @@
 Version: 0.12.1
 Summary: UPnP AV MediaServer 
 Name: mediatomb
-Release: 20%{?dist}
+Release: 21%{?dist}
 Summary: MediaTomb - UPnP AV Mediaserver for Linux
 License: GPLv2
 Group: Applications/Multimedia
@@ -210,6 +210,9 @@ fi
 %endif
 
 %changelog
+* Mon Dec 03 2012 Jon Ciesla <limburgher at gmail.com> - 0.12.1-21
+- Fix unit file typo.
+
 * Tue Oct 30 2012 Jon Ciesla <limburgher at gmail.com> - 0.12.1-20
 - Fix most hardcoding in unit file.
 


More information about the scm-commits mailing list