Search
j0ke.net Open Build Service
>
Projects
>
ha
>
rcron
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
rcron.spec
@@ -31,6 +31,8 @@ %__make DESTDIR=%{buildroot} install %__install -D -m0644 %{S:2} %{buildroot}%{_sysconfdir}/rcron/rcron.conf.master.sample %__install -m0644 %{S:3} %{buildroot}%{_sysconfdir}/rcron/rcron.conf.backup.sample +%__install -d %{buildroot}/var/run/rcron +touch %{buildroot}/var/run/rcron/state cp %{S:4} . %clean @@ -42,6 +44,8 @@ %{_bindir}/rcron %{_mandir}/man8/rcron.8* %dir %{_sysconfdir}/rcron +%dir /var/run/rcron +/var/run/rcron/state %config %{_sysconfdir}/rcron/rcron.conf.master.sample %config %{_sysconfdir}/rcron/rcron.conf.backup.sample