root / pykota / trunk / man / es / pkturnkey.1 @ 2808

Revision 2808, 3.5 kB (checked in by jerome, 18 years ago)

PyKota v1.24beta is out.

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