Skip to content

Commit

Permalink
fixing non-root user rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Nov 16, 2015
1 parent 9c1bcfe commit 9c08f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/turnserver.init.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
TURN=/usr/bin/turnserver
PROG=turnserver
TURNCFG=/etc/turnserver/$PROG.conf
PID_FILE=/var/run/$PROG.pid
PID_FILE=/var/run/turnserver/$PROG.pid
LOCK_FILE=/var/lock/subsys/$PROG
DEFAULTS=/etc/sysconfig/$PROG
RETVAL=0
Expand Down
2 changes: 1 addition & 1 deletion rpm/turnserver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fi
%{_mandir}/man1/turnadmin.1.gz
%dir %attr(-,turnserver,turnserver) %{_sysconfdir}/%{name}
%config(noreplace) %attr(0644,turnserver,turnserver) %{_sysconfdir}/%{name}/turnserver.conf
%attr(0750,turnserver,turnserver) %{_localstatedir}/run/turnserver
$dir %attr(0750,turnserver,turnserver) %{_localstatedir}/run/turnserver
%config(noreplace) %{_sysconfdir}/sysconfig/turnserver
%if 0%{?el6}
%config %{_sysconfdir}/rc.d/init.d/turnserver
Expand Down

0 comments on commit 9c08f16

Please sign in to comment.