Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Fixes #1017050 - config files marked properly #21

Merged
merged 1 commit into from Oct 9, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions signo.spec
Expand Up @@ -265,8 +265,8 @@ test -f $TOKEN || (echo $(</dev/urandom tr -dc A-Za-z0-9 | head -c128) > $TOKEN
%{homedir}/config.ru
%{homedir}/Gemfile
%{homedir}/Rakefile
%attr(600, signo, signo) %{_sysconfdir}/%{name}/thin.yml
%attr(600, signo, signo) %{_sysconfdir}/%{name}/sso.yml
%config(noreplace) %attr(600, signo, signo) %{_sysconfdir}/%{name}/thin.yml
%config(noreplace) %attr(600, signo, signo) %{_sysconfdir}/%{name}/sso.yml

%if 0%{?rhel} == 6
%{_sysconfdir}/rc.d/init.d/%{name}
Expand Down