- Potential deadlock fixed in the fileserver.
- Better fileserver host tracking.
- Ubik fixes preventing database truncation on unreliable links.
+ * Install the up man page as afs-up, matching our renaming, and update
+ its text accordingly. (Closes: #459635)
* Update doc-base control file sections for the new categorization.
* debian/rules and debian/module/rules improvements:
- Remove all modified generated files on debian/rules clean.
debian/CellServDB usr/share/openafs
debian/tmp/usr/share/man/man1/afs.1 usr/share/man/man1
+debian/tmp/usr/share/man/man1/afs-up.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/afsmonitor.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/cmdebug.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/fs.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/translate_et.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/udebug.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/unlog.1 usr/share/man/man1
-debian/tmp/usr/share/man/man1/up.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/vos.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/vos_addsite.1 usr/share/man/man1
debian/tmp/usr/share/man/man1/vos_apropos.1 usr/share/man/man1
--- /dev/null
+Update the up man page to say afs-up instead, matching our renaming of
+the command. We also have to copy up.pod to afs-up.pod to get the right
+man page headers, but quilt can't do that easily, so we do that in
+debian/rules.
+
+Not suitable upstream unless they rename the up command as well.
+
+Debian Bug#459635
+
+--- openafs.orig/doc/man-pages/pod1/up.pod
++++ openafs/doc/man-pages/pod1/up.pod
+@@ -1,13 +1,13 @@
+ =head1 NAME
+
+-up - Recursively copy directories, preserving AFS metadata
++afs-up - Recursively copy directories, preserving AFS metadata
+
+ =head1 SYNOPSIS
+
+ =for html
+ <div class="synopsis">
+
+-B<up> [B<-v>] [B<-1>] [B<-f>] [B<-r>] [B<-x>] [B<-m>]
++B<afs-up> [B<-v>] [B<-1>] [B<-f>] [B<-r>] [B<-x>] [B<-m>]
+ <I<source directory>> <I<destination directory>>
+
+ =for html
+@@ -15,7 +15,7 @@
+
+ =head1 DESCRIPTION
+
+-The B<up> command recursively copies the files and subdirectories in a
++The B<afs-up> command recursively copies the files and subdirectories in a
+ specified source directory to a specified destination directory. The
+ command interpreter changes the destination directory and the files and
+ subdirectories in it in the following ways:
+@@ -56,14 +56,14 @@
+
+ =back
+
+-The up command is idempotent, meaning that if its execution is interrupted
++The B<afs-up> command is idempotent, meaning that if its execution is interrupted
+ by a network, server machine, or process outage, then a subsequent reissue
+ of the same command continues from the interruption point, rather than
+ starting over at the beginning. This saves time and reduces network
+ traffic in comparison to the UNIX commands that provide similar
+ functionality.
+
+-The B<up> command returns a status code of C<0> (zero) only if it
++The B<afs-up> command returns a status code of C<0> (zero) only if it
+ succeeds. Otherwise, it returns a status code of C<1> (one).
+
+ This command does not use the syntax conventions of the AFS command
+@@ -124,7 +124,7 @@
+ The following command copies the contents of the directory F<dir1> to
+ directory F<dir2>:
+
+- % up dir1 dir2
++ % afs-up dir1 dir2
+
+ =head1 PRIVILEGE REQUIRED
+
configure-stamp: $(QUILT_STAMPFN)
@if test x"$(SYS_NAME)" = x"UNKNOWN" ; then exit 1 ; fi
dh_testdir
+ cp doc/man-pages/pod1/up.pod doc/man-pages/pod1/afs-up.pod
sh regen.sh
afslogsdir=/var/log/openafs afslocaldir=/var/lib/openafs/local \
sh configure \
[ ! -f Makefile ] || $(MAKE) distclean
dh_clean aclocal.m4 configure configure-libafs doc/man-pages/man1/*.1 \
doc/man-pages/man5/*.5 doc/man-pages/man8/*.8 \
- src/kauth/ka-forwarder src/packaging/RedHat/openafs.spec
+ src/kauth/ka-forwarder src/packaging/RedHat/openafs.spec \
+ doc/man-pages/pod1/afs-up.pod
install: install-stamp
install-stamp: DH_OPTIONS=