root / pykota / trunk / man / fr / pkturnkey.1 @ 2453

Revision 2453, 3.3 kB (checked in by jerome, 19 years ago)

Updated manual pages.

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