summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ae12cf)
raw | patch | inline | side by side (parent: 1ae12cf)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jun 2007 08:09:29 +0000 (08:09 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jun 2007 08:09:29 +0000 (08:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6713 594d385d-05f5-0310-b6e9-bd551577e9d8
debian/gosa.1 | [new file with mode: 0644] | patch | blob |
debian/mkntpasswd.1 | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/gosa.1 b/debian/gosa.1
--- /dev/null
+++ b/debian/gosa.1
@@ -0,0 +1,41 @@
+.TH gosa 1
+.SH NAME
+gosa \- start script for the GOsa web interface
+.SH SYNOPSIS
+.PP
+.B gosa
+[
+URL
+]
+.SH DESCRIPTION
+Start the
+.B GOsa
+web interface using a gecko based browser and generate
+a special browser profile for
+.B GOsa
+usage. This profile will disable
+normal style browser navigation and URL fields.
+.SH OPTIONS
+.TP
+.BR URL
+Open this URL when launching the browser with the GOsa profile. This
+option is optional and may be preset by the
+.B configuration
+files.
+.SH "RETURN VALUE"
+The script return zero values on success.
+.SH EXAMPLES
+.B gosa
+https://admin.example.net
+.SH FILES
+Presetting the URL works by placing something like
+.B URL="http://admin.example.net"
+inside one of these files:
+.br
+.nf
+.\" set tabstop to longest possible filename, plus a wee bit
+.ta \w'/usr/lib/perl/getopts.pl 'u
+\fI/etc/gosa/desktoprc\fR system wide setting
+\fI$HOME/.gosa-desktop\fR user specific setting
+.SH AUTHOR
+Cajus Pollmeier <cajus@debian.org>
diff --git a/debian/mkntpasswd.1 b/debian/mkntpasswd.1
index c0762dc6da9d52b5293c8975c8f6fb4fdad10a94..9463d2b20b2b85d438ffb50b18db807027125269 100644 (file)
--- a/debian/mkntpasswd.1
+++ b/debian/mkntpasswd.1
.SH NAME
mkntpasswd \- mkntpasswd a tool to generate samba password hashes
.SH SYNOPSIS
-.B mkntpasswd
- password
+.PP
+.B mkntpasswd
+.I password
.SH DESCRIPTION
.I mkntpasswd
takes the password supplied on the command line and prints the corresponding
diff --git a/debian/rules b/debian/rules
index e8f7d744648965592e34f8759641de7dbf871cd5..a4880200af240e07b88d985e425741a4b67363bf 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
dh_installcron
dh_installexamples
dh_installmenu
- dh_installman debian/mkntpasswd.1
+ dh_installman --package=gosa debian/mkntpasswd.1
+ dh_installman --package=gosa-desktop debian/gosa.1
dh_link
dh_strip
dh_compress --exclude=gosa.conf