source: server/fedora/specs/openafs.spec.patch @ 902

Last change on this file since 902 was 902, checked in by andersk, 16 years ago
Run $AFS_POST_INIT from the openafs-client initscript, if it is defined in /etc/sysconfig/openafs. We use this to set the right sysname.
File size: 779 bytes
RevLine 
[760]1--- openafs.spec.orig   2008-04-28 18:13:44.000000000 -0400
2+++ openafs.spec        2008-06-03 12:36:29.000000000 -0400
[902]3@@ -240,6 +240,9 @@
[760]4 %endif
5 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
6 
[1]7+Patch1000: openafs-scripts.patch
[902]8+Patch1001: openafs-postinit.patch
[1]9+
10 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
11 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
12 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
[902]13@@ -678,6 +681,8 @@
[1]14 
15 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
16 %patch0 -p1 -b .kmod26
[760]17+%patch1000 -p1 -b .scripts
[902]18+%patch1001 -p1 -b .postinit
[1]19 
[760]20 ##############################################################################
21 #
Note: See TracBrowser for help on using the repository browser.