From: cajus Date: Fri, 2 Jun 2006 13:22:51 +0000 (+0000) Subject: Added manpage for mkntpasswd X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3a77cadf9a73bbf021fad54f900649c3cc8ac1a3;p=gosa.git Added manpage for mkntpasswd git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3642 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/debian/mkntpasswd.1 b/debian/mkntpasswd.1 new file mode 100644 index 000000000..c0762dc6d --- /dev/null +++ b/debian/mkntpasswd.1 @@ -0,0 +1,11 @@ +.TH MNTPASSWD 1 +.SH NAME +mkntpasswd \- mkntpasswd a tool to generate samba password hashes +.SH SYNOPSIS +.B mkntpasswd + password +.SH DESCRIPTION +.I mkntpasswd +takes the password supplied on the command line and prints the corresponding +.I samba +password hash to STDOUT. diff --git a/debian/rules b/debian/rules index a58807144..745aa9bb1 100755 --- a/debian/rules +++ b/debian/rules @@ -78,6 +78,7 @@ install-stamp: -rm -rf debian/gosa/usr/share/gosa/gen_online_help.sh -rm -rf debian/gosa/usr/share/gosa/gen_function_list.php -rm -rf debian/gosa/usr/share/gosa/update.sh + -rm -rf debian/gosa/usr/share/doc/gosa/guide* -mkdir -p debian/gosa/usr/share/php/smarty/libs/plugins -cp include/smarty/plugins/block.t.php debian/gosa/usr/share/php/smarty/libs/plugins -rm -rf debian/gosa/usr/share/gosa/include/smarty @@ -93,11 +94,10 @@ binary-indep: install dh_installdocs dh_installcron dh_installexamples -# dh_undocumented - dh_installman + dh_installman debian/mkntpasswd.1 dh_link dh_strip -# dh_compress + dh_compress dh_fixperms dh_perl dh_installdeb