1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. |
---|
2 | .TH PKTURNKEY "1" "septembre 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" |
---|
3 | .SH NOM |
---|
4 | pkturnkey \- page de manuel de pkturnkey 1.23alpha28_unofficial |
---|
5 | .SH DESCRIPTION |
---|
6 | pkturnkey v1.23alpha28_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com |
---|
7 | .PP |
---|
8 | A turn key tool for PyKota. When launched, this command will initialize |
---|
9 | PyKota's database with all existing print queues and some or all users. |
---|
10 | For now, no prices or limits are set, so printing is fully accounted |
---|
11 | for, but not limited. |
---|
12 | .PP |
---|
13 | command line usage : |
---|
14 | .IP |
---|
15 | pkturnkey [options] |
---|
16 | .PP |
---|
17 | options : |
---|
18 | .TP |
---|
19 | \fB\-v\fR | \fB\-\-version\fR |
---|
20 | Prints pkturnkey version number then exits. |
---|
21 | .TP |
---|
22 | \fB\-h\fR | \fB\-\-help\fR |
---|
23 | Prints this message then exits. |
---|
24 | .TP |
---|
25 | \fB\-d\fR | \fB\-\-dousers\fR |
---|
26 | Manages users accounts as well. |
---|
27 | .TP |
---|
28 | \fB\-D\fR | \fB\-\-dogroups\fR |
---|
29 | Manages users groups as well. |
---|
30 | Implies \fB\-d\fR | \fB\-\-dousers\fR. |
---|
31 | .TP |
---|
32 | \fB\-e\fR | \fB\-\-emptygroups\fR |
---|
33 | Includes empty groups. |
---|
34 | .TP |
---|
35 | \fB\-f\fR | \fB\-\-force\fR |
---|
36 | Modifies the database instead of printing what |
---|
37 | it would do. |
---|
38 | .TP |
---|
39 | \fB\-u\fR | \fB\-\-uidmin\fR uid |
---|
40 | Only adds users whose uid is greater than or equal to |
---|
41 | uid. You can pass an username there as well, and its |
---|
42 | uid will be used automatically. |
---|
43 | If not set, 0 will be used automatically. |
---|
44 | Implies \fB\-d\fR | \fB\-\-dousers\fR. |
---|
45 | .TP |
---|
46 | \fB\-U\fR | \fB\-\-uidmax\fR uid |
---|
47 | Only adds users whose uid is lesser than or equal to |
---|
48 | uid. You can pass an username there as well, and its |
---|
49 | uid will be used automatically. |
---|
50 | If not set, a large value will be used automatically. |
---|
51 | Implies \fB\-d\fR | \fB\-\-dousers\fR. |
---|
52 | .TP |
---|
53 | \fB\-g\fR | \fB\-\-gidmin\fR gid |
---|
54 | Only adds groups whose gid is greater than or equal to |
---|
55 | gid. You can pass a groupname there as well, and its |
---|
56 | gid will be used automatically. |
---|
57 | If not set, 0 will be used automatically. |
---|
58 | Implies \fB\-D\fR | \fB\-\-dogroups\fR. |
---|
59 | .TP |
---|
60 | \fB\-G\fR | \fB\-\-gidmax\fR gid |
---|
61 | Only adds groups whose gid is lesser than or equal to |
---|
62 | gid. You can pass a groupname there as well, and its |
---|
63 | gid will be used automatically. |
---|
64 | If not set, a large value will be used automatically. |
---|
65 | Implies \fB\-D\fR | \fB\-\-dogroups\fR. |
---|
66 | .PP |
---|
67 | examples : |
---|
68 | .IP |
---|
69 | \f(CW$ pkturnkey --dousers --uidmin jerome\fR |
---|
70 | .IP |
---|
71 | Will simulate the initialization of PyKota's database will all existing |
---|
72 | printers and print accounts for all users whose uid is greater than |
---|
73 | or equal to jerome's one. Won't manage any users group. |
---|
74 | .IP |
---|
75 | To REALLY initialize the database instead of simulating it, please |
---|
76 | use the \fB\-f\fR | \fB\-\-force\fR command line switch. |
---|
77 | .PP |
---|
78 | This program is free software; you can redistribute it and/or modify |
---|
79 | it under the terms of the GNU General Public License as published by |
---|
80 | the Free Software Foundation; either version 2 of the License, or |
---|
81 | (at your option) any later version. |
---|
82 | .PP |
---|
83 | This program is distributed in the hope that it will be useful, |
---|
84 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
85 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
86 | GNU General Public License for more details. |
---|
87 | .PP |
---|
88 | You should have received a copy of the GNU General Public License |
---|
89 | along with this program; if not, write to the Free Software |
---|
90 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA. |
---|
91 | .PP |
---|
92 | Please report bugs to : Jerome Alet \- alet@librelogiciel.com |
---|