Code

Added manpage for mkntpasswd
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Jun 2006 13:22:51 +0000 (13:22 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Jun 2006 13:22:51 +0000 (13:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3642 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/mkntpasswd.1 [new file with mode: 0644]
debian/rules

diff --git a/debian/mkntpasswd.1 b/debian/mkntpasswd.1
new file mode 100644 (file)
index 0000000..c0762dc
--- /dev/null
@@ -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.
index a58807144663139a591e2e7e8cf1a30a4847cf5d..745aa9bb1331f4a02fc08c43a7190b83055e26bc 100755 (executable)
@@ -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