]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Document changes and fix fileserver to install debian/1.2.8-3
authorSam Hartman <hartmans@debian.org>
Sun, 19 Jan 2003 23:06:16 +0000 (23:06 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 19 Jan 2003 23:06:16 +0000 (23:06 +0000)
debian/changelog
debian/libpam-openafs-kaserver.dirs [new file with mode: 0644]
debian/openafs-fileserver.postinst

index 4b1291e2bf7da151830a3bda11834699950b45cc..066ff7f859ccd72ad67a19d07ebf02e71bb8880f 100644 (file)
@@ -1,3 +1,14 @@
+openafs (1.2.8-3) unstable; urgency=medium
+
+  * Patch from Eduard Bloch <blade@debian.org> 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 <hartmans@debian.org>  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 (file)
index 0000000..d1f6515
--- /dev/null
@@ -0,0 +1 @@
+lib/security
index a63e6c44e499934e6a0fd85c68739949100c79a7..bc234b06f3829a36db5b6dbe68ef65d518f3002b 100644 (file)
@@ -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#