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