From: Russ Allbery Date: Tue, 28 Mar 2006 23:06:44 +0000 (+0000) Subject: * Upstream now includes man pages, so remove our backport. X-Git-Tag: debian/1.4.1-1~13 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8e6a7579bac37e4f4a770aad4929de56cdacc930;p=packages%2Fo%2Fopenafs.git * Upstream now includes man pages, so remove our backport. * Always pass the system type into Autoconf, following autotools-dev best practices. --- diff --git a/debian/changelog b/debian/changelog index dda47443d..32855bd75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,11 @@ openafs (1.4.0+rc10-1) UNRELEASED; urgency=low * New upstream release (1.4.1-rc10). - Supports Linux 2.6.16. (Closes: #358203) - Suspend should work with newer kernels. (Closes: #341588) + - Upstream now includes man pages, so remove our backport. + * Always pass the system type into Autoconf, following autotools-dev + best practices. - -- Russ Allbery Tue, 28 Mar 2006 13:32:16 -0800 + -- Russ Allbery Tue, 28 Mar 2006 14:09:37 -0800 openafs (1.4.0-4) unstable; urgency=low diff --git a/debian/doc/build-man b/debian/doc/build-man deleted file mode 100755 index 127449516..000000000 --- a/debian/doc/build-man +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/sh -# -# Install man pages, but fixing up paths as we go. All of the man pages -# are written to use the Transarc paths, and this script fixes those paths to -# be correct for the chosen configure options as the man pages are installed. - -set -e - -manpage="$1" -dest="$2" - -afsbackupdir=/var/lib/openafs/backup -afsbosconfigdir=/etc/openafs -afsconfdir=/etc/openafs/server -afsdbdir=/var/lib/openafs/db -afslocaldir=/etc/openafs/server-local -afslogsdir=/var/log/openafs -afssrvlibexecdir=/usr/lib/openafs -viceetcdir=/etc/openafs - -# Build a particular man page. Takes the section title, the section number, -# the filename of the POD page, and the output file. -buildpage () { - pod2man -c "$1" -r OpenAFS -s "$2" "$3" | \ - sed -e "s%/usr/afs/local/BosConfig%${afsbosconfigdir}/BosConfig%g" \ - -e "s%/usr/afs/etc%${afsconfdir}%g" \ - -e "s%/usr/afs/backup%${afsbackupdir}%g" \ - -e "s%/usr/afs/bin%${afssrvlibexecdir}%g" \ - -e "s%/usr/afs/db%${afsdbdir}%g" \ - -e "s%/usr/afs/local%${afslocaldir}%g" \ - -e "s%/usr/afs/logs%${afslogsdir}%g" \ - -e "s%/usr/vice/etc%${viceetcdir}%g" > "$4" -} - -# Create the output directories. -mkdir -p man1 man5 man8 - -# Do the work with lots of calls to buildpage. -cd pod1 -for f in *.pod ; do - buildpage 'AFS Command Reference' 1 "$f" \ - ../man1/`echo "$f" | sed 's/\.pod$//'`.1 -done -cd .. -cd pod5 -for f in *.pod ; do - buildpage 'AFS File Reference' 5 "$f" \ - ../man5/`echo "$f" | sed 's/\.pod$//'`.5 -done -cd .. -cd pod8 -for f in *.pod ; do - buildpage 'AFS Command Reference' 8 "$f" \ - ../man8/`echo "$f" | sed 's/\.pod$//'`.8 -done -cd .. diff --git a/debian/doc/pod1/afs.pod b/debian/doc/pod1/afs.pod deleted file mode 100644 index 0ae96a171..000000000 --- a/debian/doc/pod1/afs.pod +++ /dev/null @@ -1,563 +0,0 @@ -=head1 NAME - -afs - Introduction to AFS commands - -=head1 DESCRIPTION - -AFS provides many commands that enable users and system administrators to -use and customize its features. Many of the commands belong to the -following categories, called I. - -=over 4 - -=item backup - -Interface for configuring and operating the AFS Backup System. - -=item bos - -Interface to the Basic Overseer (BOS) Server for administering server -processes and configuration files. - -=item fs - -Interface for administering access control lists (ACLs), the Cache -Manager, and other miscellaneous file system functions. - -=item fstrace - -Interface for tracing Cache Manager operations when debugging problems. - -=item kas - -Interface to the Authentication Server for administering security and -authentication information. - -=item pts - -Interface to the Protection Server for administering AFS ID and group -membership information. - -=item uss - -Interface for automated administration of user accounts. - -=item vos - -Interface to the Volume Server and Volume Location (VL) Server for -administering volumes. - -=back - -In addition, there are several commands that do not belong to -suites. - -=head2 AFS Command Syntax - -AFS commands that belong to suites have the following structure: - -I I B<-switch> >[+] [B<-flag>] - -=head3 Command Names - -Together, the I and I make up the I. - -The I specifies the group of related commands to which the -command belongs, and indicates which command interpreter and server -process perform the command. AFS has several command suites, including -B, B, B, B, B, B and B. Some of -these suites have an interactive mode in which the issuer omits the -I portion of the command name. - -The I tells the command interpreter and server process -which action to perform. Most command suites include several operation -codes. The man pages for each command name describe each operation code in -detail, and the I describes how to use them -in the context of performing administrative tasks. - -Several AFS commands do not belong to a suite and so their names do not -have a I portion. Their structure is otherwise similar to -the commands in the suites. - -=head3 Options - -The term I