From: Sam Hartman Date: Fri, 19 Jan 2001 22:41:49 +0000 (+0000) Subject: Generate and install pt_util manpage X-Git-Tag: debian/1.0.2-1~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a4d4d490f5504a8f2af3c1045adc0bb9fc7b8b87;p=packages%2Fo%2Fopenafs.git Generate and install pt_util manpage --- diff --git a/debian/control b/debian/control index 57665b8f5..422e2b72a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: openafs Section: non-us/main Priority: optional Maintainer: Sam Hartman -Build-Depends: debhelper (>= 2.1.16), libncurses5-dev, libpam0g-dev, bison +Build-Depends: debhelper (>= 2.1.16), libncurses5-dev, libpam0g-dev, bison, docbook-to-man Standards-Version: 3.1.1 Package: openafs-client diff --git a/debian/pt_util.sgml b/debian/pt_util.sgml new file mode 100644 index 000000000..9d93e91e1 --- /dev/null +++ b/debian/pt_util.sgml @@ -0,0 +1,185 @@ + + Sam"> + Hartman"> + + November 23, 2000"> + + 8"> + hartmans@mit.edu"> + + OPENAFS-PTUTIL"> + + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2000 + &dhusername; + + &dhdate; +
+ + + pt_util + &dhsection; + + + pt_util + + Utility to load/dump AFS protection database + + + + pt_util + + + + + + + + + + + + + + DESCRIPTION + + This manual page documents pt_util, a + utility for dumping, loading and creating AFS protection + databases. The protection database is normally made available + by the ptserver daemon running on the AFS + database servers. However, pt_util + provides a mechanism for manipulating the database when + ptserver is unavailable. This is useful to + create an initial database, to effect large batch changes or + when the database has a damaged + system:administrators group. + + By default, pt_util opens the + database and prints the version. Options allow extraction of + information from the database or writing new entries into the + database. + + + + + OPTIONS + + + + + + + Show summary of options. + + + + + + Update PRDB with contents of data file or standard input if the is not used + + + + + + List users in the database. + + + + + + List groups in the database. + + + + + + List group members. + + + + + + Follow name hash chains instead of ID hashes. + + + + + + List only system: groups. Used by MIT's Moira. + + + + + + Read from or write printable representation of the + database from datafile. + + + + + + Manipulate the protection database + prdb. The running protection + database is + /var/lib/openafs/db/prdb.DB0 + + + + + + SEE ALSO + + ptserver(8) + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + + + +
+ + diff --git a/debian/rules b/debian/rules index a11669cba..aea08ec1f 100755 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,9 @@ build-stamp: dh_testdir $(MAKE) SYS_NAME=$(SYS_NAME) + mkdir -p debian/openafs-dbserver/usr/share/man/man8 + /usr/bin/docbook-to-man debian/pt_util.sgml \ + > debian/openafs-dbserver/usr/share/man/man8/pt_util.8 touch build-stamp