diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-04-18 13:19:47 -0700 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-04-18 13:19:47 -0700 |
commit | 17240e0f89ea5657f5045deb2916ac3303166c5d (patch) | |
tree | c5c1c80dc9db4022a6913778801c566371370dd8 /usr | |
parent | 68c26cec353a0429562e757c658df9c622a5de16 (diff) | |
download | piny-code-17240e0f89ea5657f5045deb2916ac3303166c5d.tar.gz piny-code-17240e0f89ea5657f5045deb2916ac3303166c5d.zip |
A few more manpages.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/pinyadmin/Makefile | 1 | ||||
-rw-r--r-- | usr/src/pinyadmin/debian/changelog | 6 | ||||
-rw-r--r-- | usr/src/pinyadmin/doc/newrepo.latex | 15 | ||||
-rw-r--r-- | usr/src/pinyadmin/doc/newuser.latex | 15 | ||||
-rw-r--r-- | usr/src/pinyadmin/doc/rmrepo.latex | 14 |
5 files changed, 51 insertions, 0 deletions
diff --git a/usr/src/pinyadmin/Makefile b/usr/src/pinyadmin/Makefile index 2f679e7..64ac713 100644 --- a/usr/src/pinyadmin/Makefile +++ b/usr/src/pinyadmin/Makefile @@ -1,6 +1,7 @@ build: mkdir -p man for f in doc/*.latex; do latex2man $$f man/$$(basename $$f .latex).man; done + ln -s newuser.man man/createuser.man install: install -o root -g root -m 755 -d $(DESTDIR)/usr/bin $(DESTDIR)/usr/sbin diff --git a/usr/src/pinyadmin/debian/changelog b/usr/src/pinyadmin/debian/changelog index 0045b08..a583956 100644 --- a/usr/src/pinyadmin/debian/changelog +++ b/usr/src/pinyadmin/debian/changelog @@ -1,3 +1,9 @@ +pinyadmin (0.3) unstable; urgency=low + + * A few more manpages. + + -- Julian Blake Kongslie <jblake@omgwallhack.org> Sun, 18 Apr 2010 13:19:34 -0700 + pinyadmin (0.2) unstable; urgency=low * Switch to native packaging. diff --git a/usr/src/pinyadmin/doc/newrepo.latex b/usr/src/pinyadmin/doc/newrepo.latex new file mode 100644 index 0000000..87decdb --- /dev/null +++ b/usr/src/pinyadmin/doc/newrepo.latex @@ -0,0 +1,15 @@ +\usepackage{latex2man} + +\begin{Name}{8piny}{newrepo}{Piny Team}{Piny}{newrepo} + +\Prog{newrepo} - create a new repository + +\section{Synopsis} + +\Prog{newrepo} \Arg{reponame} + +\section{Description} + +The \Prog{newrepo} command creates a new repository with the given name. +The current user is set as the owner of the new repository. +No other users are given access to the new repository. diff --git a/usr/src/pinyadmin/doc/newuser.latex b/usr/src/pinyadmin/doc/newuser.latex new file mode 100644 index 0000000..58419fb --- /dev/null +++ b/usr/src/pinyadmin/doc/newuser.latex @@ -0,0 +1,15 @@ +\usepackage{latex2man} + +\begin{Name}{8piny}{newuser}{Piny Team}{Piny}{createuser} + +\Prog{newuser} - add a piny user + +\section{Synopsis} + +\Prog{newuser} +\Prog{createuser} + +\section{Description} + +The \Prog{newuser} program is an interactive script which walks the user through the process of creating a new Piny account. +Normally it is set as the shell of a passwordless user such as "newuser" or "createuser", so that users can create accounts without any assistance from a sysadmin. diff --git a/usr/src/pinyadmin/doc/rmrepo.latex b/usr/src/pinyadmin/doc/rmrepo.latex new file mode 100644 index 0000000..db2d9a4 --- /dev/null +++ b/usr/src/pinyadmin/doc/rmrepo.latex @@ -0,0 +1,14 @@ +\usepackage{latex2man} + +\begin{Name}{8piny}{rmrepo}{Piny Team}{Piny}{rmrepo} + +\Prog{rmrepo} - delete a repository + +\section{Synopsis} + +\Prog{rmrepo} \Arg{reponame} + +\section{Description} + +The \Prog{rmrepo} command permanently destroys the repository with the given name. +The current user must be the owner of the repository. |