From: Sam Hartman Date: Sun, 19 Jan 2003 23:06:16 +0000 (+0000) Subject: Document changes and fix fileserver to install X-Git-Tag: debian/1.2.8-3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1392870c5194765439a94a3d9882d5867a59c2a1;p=packages%2Fo%2Fopenafs.git Document changes and fix fileserver to install --- diff --git a/debian/changelog b/debian/changelog index 4b1291e2b..066ff7f85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +openafs (1.2.8-3) unstable; urgency=medium + + * Patch from Eduard Bloch to build the PAM module for + kaserver users; the main thing this patch does in create a bunch of + PIC object files so it is a policy-conformant shared library, Closes: + #174668 + * Do not include -I/usr/include and especially -I/usr/include/sys in the + PAM Makefile so gcc 3.2 works; already fixed upstream, Closes: #176538 + + -- Sam Hartman Sun, 19 Jan 2003 17:44:53 -0500 + openafs (1.2.8-2) unstable; urgency=low * Convert v5 principal names to v4 style names in rxkad 2b. Especially diff --git a/debian/libpam-openafs-kaserver.dirs b/debian/libpam-openafs-kaserver.dirs new file mode 100644 index 000000000..d1f651555 --- /dev/null +++ b/debian/libpam-openafs-kaserver.dirs @@ -0,0 +1 @@ +lib/security diff --git a/debian/openafs-fileserver.postinst b/debian/openafs-fileserver.postinst index a63e6c44e..bc234b06f 100644 --- a/debian/openafs-fileserver.postinst +++ b/debian/openafs-fileserver.postinst @@ -27,6 +27,7 @@ case "$1" in mv /etc/openafs/server-local/sysid /var/lib/openafs ||true fi fi + db_stop ;; abort-upgrade|abort-remove|abort-deconfigure) @@ -39,6 +40,7 @@ case "$1" in ;; esac + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER#