]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Also install pam_afs.krb.so on hppa. I believe the new PAM module
authorRuss Allbery <rra@debian.org>
Tue, 23 Aug 2005 06:17:50 +0000 (06:17 +0000)
committerRuss Allbery <rra@debian.org>
Tue, 23 Aug 2005 06:17:50 +0000 (06:17 +0000)
    build process fixes the issue that was being worked around before.

debian/changelog
debian/patches/pam
src/pam/Makefile.in

index 0c7959e1a686759b66d2cb4cefd506324802fa59..a18b233d990ffe59aecb6415cc97dcb3127c767a 100644 (file)
@@ -1,5 +1,7 @@
 openafs (1.3.87-2) unstable; urgency=low
 
+  * Also install pam_afs.krb.so on hppa.  I believe the new PAM module
+    build process fixes the issue that was being worked around before.
   * Improve the documentation and scripts for setting up new servers or a
     new cell.  afs-rootvol can now be run from a client configured to use
     dynroot.  afs-newcell generates the server CellServDB directly to work
index 9598ce296133f30fea63aea982bfae6a5582694a..c0f00b0058bd03427dc34b455ea728d35a5f134c 100644 (file)
@@ -89,46 +89,6 @@ handled more consistently.
        *fbsd*| *nbsd*) \
                $(CC) $(LDFLAGS) -o $@ afs_setcred_krb.o \
                        afs_auth_krb.o afs_util_krb.o $(SHOBJS) $(KLIBS) ;;\
-@@ -110,7 +126,13 @@
-       ${INSTALL} $? $@
- ${DEST}/lib/pam_afs.krb.so.1: pam_afs.krb.so.1
--      ${INSTALL} $? $@
-+      set -x; \
-+      case "$(SYS_NAME)" in \
-+      parisc*_linux*) \
-+              echo Skipping install of $@. ;; \
-+      *) \
-+              ${INSTALL} $? $@ ;; \
-+      esac
- afs_pam_msg.o: afs_pam_msg.c afs_pam_msg.h afs_message.h
- afs_message.o: afs_message.c afs_message.h
-@@ -130,10 +152,22 @@
-       ${INSTALL} $? $@
- ${DESTDIR}${libdir}/pam_afs.krb.so.1: pam_afs.krb.so.1
--      ${INSTALL} $? $@
-+      set -x; \
-+      case "$(SYS_NAME)" in \
-+      parisc*_linux*) \
-+              echo Skipping install of $@. ;; \
-+      *) \
-+              ${INSTALL} $? $@ ;; \
-+      esac
- ${TOP_LIBDIR}/pam_afs.krb.so.1: pam_afs.krb.so.1
--      ${INSTALL} $? $@
-+      set -x; \
-+      case "$(SYS_NAME)" in \
-+      parisc*_linux*) \
-+              echo Skipping install of $@. ;; \
-+      *) \
-+              ${INSTALL} $? $@ ;; \
-+      esac
- dest:  ${DEST}/lib/pam_afs.so.1 ${DEST}/lib/pam_afs.krb.so.1
 --- openafs-1.3.87.orig/src/pam/afs_setcred.c
 +++ openafs-1.3.87/src/pam/afs_setcred.c
 @@ -52,7 +52,7 @@
index ba777e921102cf354d08ccfd48bb1c4a077bbbf6..fa01c80f4b3dc3f9de4a6d284090879529d12a59 100644 (file)
@@ -126,13 +126,7 @@ ${DEST}/lib/pam_afs.so.1: pam_afs.so.1
        ${INSTALL} $? $@
 
 ${DEST}/lib/pam_afs.krb.so.1: pam_afs.krb.so.1
-       set -x; \
-       case "$(SYS_NAME)" in \
-       parisc*_linux*) \
-               echo Skipping install of $@. ;; \
-       *) \
-               ${INSTALL} $? $@ ;; \
-       esac
+       ${INSTALL} $? $@
 
 afs_pam_msg.o: afs_pam_msg.c afs_pam_msg.h afs_message.h
 afs_message.o: afs_message.c afs_message.h
@@ -152,22 +146,10 @@ ${TOP_LIBDIR}/pam_afs.so.1: pam_afs.so.1
        ${INSTALL} $? $@
 
 ${DESTDIR}${libdir}/pam_afs.krb.so.1: pam_afs.krb.so.1
-       set -x; \
-       case "$(SYS_NAME)" in \
-       parisc*_linux*) \
-               echo Skipping install of $@. ;; \
-       *) \
-               ${INSTALL} $? $@ ;; \
-       esac
+       ${INSTALL} $? $@
 
 ${TOP_LIBDIR}/pam_afs.krb.so.1: pam_afs.krb.so.1
-       set -x; \
-       case "$(SYS_NAME)" in \
-       parisc*_linux*) \
-               echo Skipping install of $@. ;; \
-       *) \
-               ${INSTALL} $? $@ ;; \
-       esac
+       ${INSTALL} $? $@
 
 dest:  ${DEST}/lib/pam_afs.so.1 ${DEST}/lib/pam_afs.krb.so.1