rpms/openafs/F-18 openafs-1.6.1-systemd-fhs.patch, 1.1, 1.2 openafs.spec, 1.29, 1.30

Ken Dreyer ktdreyer at rpmfusion.org
Wed Dec 12 06:12:29 CET 2012


Author: ktdreyer

Update of /cvs/free/rpms/openafs/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8041

Modified Files:
	openafs-1.6.1-systemd-fhs.patch openafs.spec 
Log Message:
* Tue Dec 11 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-9
- Correct bosserver path in systemd unit file


openafs-1.6.1-systemd-fhs.patch:
 openafs-client.service |    4 ++--
 openafs-server.service |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

Index: openafs-1.6.1-systemd-fhs.patch
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/openafs-1.6.1-systemd-fhs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openafs-1.6.1-systemd-fhs.patch	10 Oct 2012 17:03:06 -0000	1.1
+++ openafs-1.6.1-systemd-fhs.patch	12 Dec 2012 05:12:29 -0000	1.2
@@ -37,7 +37,7 @@
  [Service]
  EnvironmentFile=-/etc/sysconfig/openafs
 -ExecStart=/usr/afs/bin/bosserver $BOSSERVER_ARGS
-+ExecStart=/usr/bin/bosserver $BOSSERVER_ARGS
++ExecStart=/usr/sbin/bosserver $BOSSERVER_ARGS
  ExecStop=/usr/bin/bos shutdown localhost -wait -localauth
  
  [Install]


Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/openafs.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- openafs.spec	8 Nov 2012 19:23:43 -0000	1.29
+++ openafs.spec	12 Dec 2012 05:12:29 -0000	1.30
@@ -13,7 +13,7 @@
 Summary:        Enterprise Network File System
 Name:           openafs
 Version:        1.6.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        IBM
 Group:          System Environment/Daemons
 URL:            http://www.openafs.org
@@ -465,6 +465,9 @@
 %{_datadir}/openafs/C/afszcm.cat
 
 %changelog
+* Tue Dec 11 2012 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.1-9
+- Correct bosserver path in systemd unit file
+
 * Wed Nov 08 2012 Jack Neely <jjneely at ncsu.edu> 0:1.6.1-8
 - Implement a directory for sourced post init scripts.  These
   fine tune the AFS client's behavior after startup and live in


More information about the rpmfusion-commits mailing list