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.23beta_unofficial |
---|
5 | .SH DESCRIPTION |
---|
6 | pkturnkey v1.23beta_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] [printqueues names] |
---|
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\-c\fR | \fB\-\-doconf\fR |
---|
26 | Give hints about what to put into pykota.conf |
---|
27 | .TP |
---|
28 | \fB\-d\fR | \fB\-\-dousers\fR |
---|
29 | Manages users accounts as well. |
---|
30 | .TP |
---|
31 | \fB\-D\fR | \fB\-\-dogroups\fR |
---|
32 | Manages users groups as well. |
---|
33 | Implies \fB\-d\fR | \fB\-\-dousers\fR. |
---|
34 | .TP |
---|
35 | \fB\-e\fR | \fB\-\-emptygroups\fR |
---|
36 | Includes empty groups. |
---|
37 | .TP |
---|
38 | \fB\-f\fR | \fB\-\-force\fR |
---|
39 | Modifies the database instead of printing what |
---|
40 | it would do. |
---|
41 | .TP |
---|
42 | \fB\-u\fR | \fB\-\-uidmin\fR uid |
---|
43 | Only adds users whose uid is greater than or equal to |
---|
44 | uid. You can pass an username there as well, and its |
---|
45 | uid will be used automatically. |
---|
46 | If not set, 0 will be used automatically. |
---|
47 | Implies \fB\-d\fR | \fB\-\-dousers\fR. |
---|
48 | .TP |
---|
49 | \fB\-U\fR | \fB\-\-uidmax\fR uid |
---|
50 | Only adds users whose uid is lesser than or equal to |
---|
51 | uid. You can pass an username there as well, and its |
---|
52 | uid will be used automatically. |
---|
53 | If not set, a large value will be used automatically. |
---|
54 | Implies \fB\-d\fR | \fB\-\-dousers\fR. |
---|
55 | .TP |
---|
56 | \fB\-g\fR | \fB\-\-gidmin\fR gid |
---|
57 | Only adds groups whose gid is greater than or equal to |
---|
58 | gid. You can pass a groupname there as well, and its |
---|
59 | gid will be used automatically. |
---|
60 | If not set, 0 will be used automatically. |
---|
61 | Implies \fB\-D\fR | \fB\-\-dogroups\fR. |
---|
62 | .TP |
---|
63 | \fB\-G\fR | \fB\-\-gidmax\fR gid |
---|
64 | Only adds groups whose gid is lesser than or equal to |
---|
65 | gid. You can pass a groupname there as well, and its |
---|
66 | gid will be used automatically. |
---|
67 | If not set, a large value will be used automatically. |
---|
68 | Implies \fB\-D\fR | \fB\-\-dogroups\fR. |
---|
69 | .PP |
---|
70 | examples : |
---|
71 | .IP |
---|
72 | \f(CW$ pkturnkey --dousers --uidmin jerome\fR |
---|
73 | .IP |
---|
74 | Will simulate the initialization of PyKota's database will all existing |
---|
75 | printers and print accounts for all users whose uid is greater than |
---|
76 | or equal to jerome's one. Won't manage any users group. |
---|
77 | .IP |
---|
78 | To REALLY initialize the database instead of simulating it, please |
---|
79 | use the \fB\-f\fR | \fB\-\-force\fR command line switch. |
---|
80 | .IP |
---|
81 | You can limit the initialization to only a subset of the existing |
---|
82 | printers, by passing their names at the end of the command line. |
---|
83 | .PP |
---|
84 | This program is free software; you can redistribute it and/or modify |
---|
85 | it under the terms of the GNU General Public License as published by |
---|
86 | the Free Software Foundation; either version 2 of the License, or |
---|
87 | (at your option) any later version. |
---|
88 | .PP |
---|
89 | This program is distributed in the hope that it will be useful, |
---|
90 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
91 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
92 | GNU General Public License for more details. |
---|
93 | .PP |
---|
94 | You should have received a copy of the GNU General Public License |
---|
95 | along with this program; if not, write to the Free Software |
---|
96 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA. |
---|
97 | .PP |
---|
98 | Please report bugs to : Jerome Alet \- alet@librelogiciel.com |
---|