From: cajus Date: Mon, 7 Apr 2008 12:47:52 +0000 (+0000) Subject: Moved files X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6aa244ecac3a45562835a6ec42d19c30cb4ddc13;p=gosa.git Moved files git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10238 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/debian/gosa.1 b/gosa-core/debian/gosa.1 deleted file mode 100644 index 73f383efe..000000000 --- a/gosa-core/debian/gosa.1 +++ /dev/null @@ -1,41 +0,0 @@ -.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/gosa-core/debian/rules b/gosa-core/debian/rules index 1a7621c96..d3c9067f9 100755 --- a/gosa-core/debian/rules +++ b/gosa-core/debian/rules @@ -34,8 +34,6 @@ build: patch build-arch build-indep build-arch: build-arch-stamp build-arch-stamp: configure-stamp - # Add here commands to compile the arch part of the package. - #$(MAKE) touch $@ build-indep: build-indep-stamp @@ -87,7 +85,7 @@ binary-common: dh_installexamples dh_installmenu dh_installdebconf - dh_installman -pgosa-desktop gosa.1 + dh_installman -pgosa-desktop debian/gosa.1 dh_link dh_strip dh_compress diff --git a/gosa-core/gosa.1 b/gosa-core/gosa.1 new file mode 100644 index 000000000..73f383efe --- /dev/null +++ b/gosa-core/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