From af7f54710ca2db1a637c3149033e26aa6efa35bd Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 27 Oct 2009 17:36:16 -0400 Subject: Add /var/log/stap-server.log to the files for the systemtap-server sub rpm. --- systemtap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemtap.spec b/systemtap.spec index fb0cf43b..704e3010 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -398,6 +398,7 @@ exit 0 %{_sysconfdir}/init.d/stap-server %dir %{_sysconfdir}/stap-server %dir %{_sysconfdir}/stap-server/conf.d +%{_localstatedir}/log/stap-server.log %doc initscript/README.initscript %files sdt-devel -- cgit