[nsd/f16] fix tmpfiles.d

Tom Callaway spot at fedoraproject.org
Mon Sep 12 18:24:35 UTC 2011


commit 592aac82f97cdfdf32f442290344a3b4e1390ce1
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Sep 12 14:24:24 2011 -0400

    fix tmpfiles.d

 nsd.spec          |    5 ++++-
 tmpfiles-nsd.conf |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nsd.spec b/nsd.spec
index 6ffaa6d..95538db 100644
--- a/nsd.spec
+++ b/nsd.spec
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.8
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -118,6 +118,9 @@ fi
 
 
 %changelog
+* Mon Sep 12 2011 Tom Callaway <spot at fedoraproject.org> - 3.2.8-7
+- fix tmpfiles.d creation of /var/run/nsd to be owned by root
+
 * Mon Sep 12 2011 Tom Callaway <spot at fedoraproject.org> - 3.2.8-6
 - convert to systemd, tmpfiles.d
 
diff --git a/tmpfiles-nsd.conf b/tmpfiles-nsd.conf
index b5e5e6f..2598e65 100644
--- a/tmpfiles-nsd.conf
+++ b/tmpfiles-nsd.conf
@@ -1 +1 @@
-d /var/run/nsd 0755 nsd nsd -
+d /var/run/nsd 0755 root root -


More information about the scm-commits mailing list