Changeset 902


Ignore:
Timestamp:
Dec 22, 2008, 10:10:59 PM (15 years ago)
Author:
andersk
Message:
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.
Location:
server
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/openafs.spec.patch

    r901 r902  
    11--- openafs.spec.orig   2008-04-28 18:13:44.000000000 -0400
    22+++ openafs.spec        2008-06-03 12:36:29.000000000 -0400
    3 @@ -210,6 +210,8 @@
    4  %define build_authlibs 1
    5  %endif
    6  
    7 +%else
    8 +%define build_authlibs 0
    9  %endif
    10  
    11  # deal with cmdline specification
    12 @@ -240,6 +242,8 @@
     3@@ -240,6 +240,9 @@
    134 %endif
    145 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
    156 
    167+Patch1000: openafs-scripts.patch
     8+Patch1001: openafs-postinit.patch
    179+
    1810 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
    1911 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    2012 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    21 @@ -678,6 +682,7 @@
     13@@ -678,6 +681,8 @@
    2214 
    2315 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
    2416 %patch0 -p1 -b .kmod26
    2517+%patch1000 -p1 -b .scripts
     18+%patch1001 -p1 -b .postinit
    2619 
    2720 ##############################################################################
Note: See TracChangeset for help on using the changeset viewer.