[rtpproxy] Typo

Peter Lemenkov peter at fedoraproject.org
Sat Aug 31 18:05:48 UTC 2013


commit e33e7042db282108843a7e28d69768b921fbc329
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Sat Aug 31 22:05:32 2013 +0400

    Typo
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 rtpproxy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rtpproxy.spec b/rtpproxy.spec
index 3d0b468..5f9e34f 100644
--- a/rtpproxy.spec
+++ b/rtpproxy.spec
@@ -100,7 +100,7 @@ getent passwd %{name} >/dev/null || \
 %post
 %if 0%{?el5}%{?el6}
 if [ $1 -eq 1 ]; then
-	/sbin/chkconfig --add s%{name} || :
+	/sbin/chkconfig --add %{name} || :
 fi
 %else
 %systemd_post %{name}.service


More information about the scm-commits mailing list