From: cajus Date: Wed, 27 Jun 2007 08:09:29 +0000 (+0000) Subject: Updated packaging and manpages X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cb1b3338edb03c58f5e75dd3bad002c1a7baa83a;p=gosa.git Updated packaging and manpages git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6713 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/debian/gosa.1 b/debian/gosa.1 new file mode 100644 index 000000000..73f383efe --- /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 diff --git a/debian/mkntpasswd.1 b/debian/mkntpasswd.1 index c0762dc6d..9463d2b20 100644 --- a/debian/mkntpasswd.1 +++ b/debian/mkntpasswd.1 @@ -2,8 +2,9 @@ .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 e8f7d7446..a4880200a 100755 --- a/debian/rules +++ b/debian/rules @@ -115,7 +115,8 @@ binary-indep: install 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