1PAPERCONFIG(8) Linux Administrator's Manual PAPERCONFIG(8)
2
3
4
6 paperconfig - configure the system default paper size
7
9 paperconfig [ -v,--version ] [ -h,--help ] [ -p, --paper papername |
10 --force ]
11
13 paperconfig sets the system (or default) paper to be used by tools
14 using the papersize file. It can either ask interactively for the
15 paper to use or be called non-interactively by scripts.
16
17 When the paper size has been changed, paperconfig notifies other pack‐
18 ages of the change by running the scripts in the /etc/libpaper.d direc‐
19 tory.
20
22 -v,--version
23 Print the version of paperconfig and exit.
24
25 -h,--help
26 Print help about usage and exit.
27
28 -p, --paper papername
29 Use papername if possible. If papername is not a valid paper,
30 print an error message and exit.
31
32 --force
33 Force interactive selection of the system paper even if the
34 actual paper is a valid one.
35
37 PAPERCONF Full path to a file containing the paper size to use; this
38 file will be rewritten with the system paper size.
39
41 /etc/papersize Contains the name of the system-wide default paper
42 size to be used if the PAPERSIZE variable is not
43 set.
44
45 /etc/libpaper.d Directory of scripts to run after the paper size
46 has been changed. This package puts no scripts
47 here, but other packages may. run-parts is used to
48 run the scripts, therefore their names must comply
49 with run-part's naming requirements.
50
52 Yves Arrouye <arrouye@debian.org>
53
55 paperconf(1)
56 papersize(5)
57
58
59
60
61Debian/Linux 5 January 2005 PAPERCONFIG(8)