From: Russ Allbery Date: Tue, 23 Aug 2005 06:17:50 +0000 (+0000) Subject: * Also install pam_afs.krb.so on hppa. I believe the new PAM module X-Git-Tag: debian/1.4rc1-1~21 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4007652bfe8aa9cce1503a23d702885deec2293f;p=packages%2Fo%2Fopenafs.git * 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. --- diff --git a/debian/changelog b/debian/changelog index 0c7959e1a..a18b233d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/patches/pam b/debian/patches/pam index 9598ce296..c0f00b005 100644 --- a/debian/patches/pam +++ b/debian/patches/pam @@ -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 @@ diff --git a/src/pam/Makefile.in b/src/pam/Makefile.in index ba777e921..fa01c80f4 100644 --- a/src/pam/Makefile.in +++ b/src/pam/Makefile.in @@ -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