rpms/openvpn/devel openvpn.spec,1.4,1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jul 30 23:21:41 UTC 2005


Author: steve

Update of /cvs/extras/rpms/openvpn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10419

Modified Files:
	openvpn.spec 
Log Message:
Create/own pid dir.


Index: openvpn.spec
===================================================================
RCS file: /cvs/extras/rpms/openvpn/devel/openvpn.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openvpn.spec	30 Jun 2005 17:38:21 -0000	1.4
+++ openvpn.spec	30 Jul 2005 23:21:39 -0000	1.5
@@ -86,6 +86,8 @@
     cp plugin/$plugin/README plugin/$plugin.txt
 done
 
+mkdir -m 755 -p $RPM_BUILD_ROOT%{_var}/run/%{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -119,6 +121,7 @@
 %{_datadir}/%{name}/
 %{_libdir}/%{name}/
 %{_initrddir}/%{name}
+%{_var}/run/%{name}/
 %config %dir %{_sysconfdir}/%{name}/
 
 %changelog
@@ -129,6 +132,7 @@
 - Add "processname" header to init script
 - The init script isn't a config file
 - Tag contrib, sample-config-files, sample-keys, and sample-scripts as doc
+- Create/own pid dir
 
 * Sat Jun 25 2005 Steven Pritchard <steve at kspei.com> 2.0-1
 - Update to 2.0 final




More information about the fedora-extras-commits mailing list