summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c43717)
raw | patch | inline | side by side (parent: 1c43717)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Jun 2006 13:22:51 +0000 (13:22 +0000) | ||
committer | cajus <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] | patch | blob |
debian/rules | patch | blob | history |
diff --git a/debian/mkntpasswd.1 b/debian/mkntpasswd.1
--- /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 a58807144663139a591e2e7e8cf1a30a4847cf5d..745aa9bb1331f4a02fc08c43a7190b83055e26bc 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
-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
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