Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 1 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 3
1
'\" t
1
'\" t
2
.\" ** The above line should force tbl to be a preprocessor **
2
.\" ** The above line should force tbl to be a preprocessor **
3
.\" Man page for debpool
3
.\" Man page for debpool
4
.\"
4
.\"
5
.\" Copyright 2003-2004 Joel Aelwyn
5
.\" Copyright 2003-2004 Joel Aelwyn
6
.\"
6
.\"
7
.\" $Id: debpool.1 27 2004-11-07 03:06:59Z joel $
7
.\" $Id: debpool.1 27 2004-11-07 03:06:59Z joel $
8
.\"
8
.\"
9
.TH debpool 1 "07 October 2003" "0.1.5" "Debian Pool Archive Manager"
9
.TH debpool 1 "07 October 2003" "0.1.5" "Debian Pool Archive Manager"
10
.SH NAME
10
.SH NAME
11
debpool \- pool-based Debian package archive manager
11
debpool \- pool-based Debian package archive manager
12
.SH SYNOPSIS
12
.SH SYNOPSIS
13
.\" The general command line
13
.\" The general command line
14
.B debpool
14
.B debpool
15
[\|
15
[\|
16
.I options
16
.I options
17
\|]
17
\|]
18
.SH DESCRIPTION
18
.SH DESCRIPTION
19
.B debpool
19
.B debpool
20
is a utility for managing pool-based archives of Debian packages. It
20
is a utility for managing pool-based archives of Debian packages. It
21
can be run by individual users, and/or under a dedicated system user
21
can be run by individual users, and/or under a dedicated system user
22
configuration.
22
configuration.
23
.SH EXAMPLES
23
.SH EXAMPLES
24
None
24
None
25
.SH OVERVIEW
25
.SH OVERVIEW
26
None
26
None
27
.SH DEFAULTS
27
.SH DEFAULTS
28
See the
28
See the
29
.BR DebPool::Config(5)
29
.BR DebPool::Config(5)
30
manpage for details on configuration option defaults.
30
manpage for details on configuration option defaults.
31
.SH OPTIONS
31
.SH OPTIONS
32
See the
32
See the
33
.BR DebPool::Config(5)
33
.BR DebPool::Config(5)
34
manpage for details on all configuration options.
34
manpage for details on all configuration options.
35
.SH "EXIT STATUS"
35
.SH "EXIT STATUS"
36
.TP
36
.TP
37
.B 0
37
.B 0
38
Successful program execution
38
Successful program execution
39
.TP
39
.TP
40
.B 1
40
.B 1
41
Failure of any kind
41
Failure of any kind
42
.SH ENVIRONMENT
42
.SH ENVIRONMENT
43
Nothing useful
43
Nothing useful
44
.SH FILES
44
.SH FILES
45
.TP
45
.TP
46
.I /usr/share/debpool/perl5/DebPool/Config.pm
46
.I /usr/share/debpool/perl5/DebPool/Config.pm
47
Program (internal) defaults file.
47
Program (internal) defaults file.
48
.TP
48
.TP
49
.I /etc/debpool/Config.pm
49
.I /etc/debpool/Config.pm
50
System defaults file.
50
System defaults file.
51
.TP
51
.TP
52
.I $HOME/.debpool/Config.pm
52
.I $HOME/.debpool/Config.pm
53
User defaults file.
53
User defaults file.
54
.SH SEE ALSO
54
.SH SEE ALSO
55
.BR DebPool::Config(5)
55
.BR DebPool::Config(5)
56
.SH BUGS
56
.SH BUGS
57
The entire manpage sucks, because the author hasn't taken the time
57
The entire manpage sucks, because the author hasn't taken the time
58
to make it look nicer, and most of the important information really
58
to make it look nicer, and most of the important information really
59
lives in the pod2man output for the configuration file (also known as
59
lives in the pod2man output for the configuration file (also known as
60
DebPool::Config(5)).
60
DebPool::Config(5)).