Search
j0ke.net Open Build Service
>
Projects
>
server:dns
>
pdns-recursor
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
pdns-recursor.changes
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Jan 20 22:13:32 UTC 2011 - cs@linux-administrator.com + +- fix init script for non suse builds + +------------------------------------------------------------------- Mon Jan 17 22:36:46 UTC 2011 - cs@linux-administrator.com - update to release 3.3
[-]
[+]
Changed
pdns-recursor.spec
^
@@ -12,7 +12,7 @@ Name: pdns-recursor Version: 3.3 -Release: 102 +Release: 105 %define pkg_version 3.3 # Group: Productivity/Networking/DNS/Servers @@ -65,7 +65,11 @@ %{__install} -Dd -m 0755 %{buildroot}{%{home},%{_localstatedir}} %__make DESTDIR=%{buildroot} install CONFIGDIR="%{_sysconfdir}/pdns" BINDIR="%{_sbindir}" %{__install} -D -m 0644 %{S:2} %{buildroot}%{_sysconfdir}/pdns/recursor.conf +%if 0%{?suse_version} %{__install} -D -m 0755 %{S:1} %{buildroot}%{_sysconfdir}/init.d/%{name} +%else +%{__install} -D -m 0755 pdns-recursor.init.d %{buildroot}%{_sysconfdir}/init.d/%{name} +%endif %{__ln_s} -f %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name} %{__install} -m 0755 -d %{buildroot}%{_datadir}/%{name} cp -R rrd %{buildroot}%{_datadir}/%{name}/