1CONFIG-EDIT-POPCON(1) User Contributed Perl DocumentationCONFIG-EDIT-POPCON(1)
2
3
4

NAME

6       config-edit-popcon - Edit data of /etc/popularity-contest.conf
7

SYNOPSIS

9         # most users will want to run
10         config-edit-popcon [options] [ commands  ... ]
11
12         # if you don't have a X server
13         config-edit-popcon -ui curses [options] [ commands  ... ]
14
15         # if you don't like curses
16         config-edit-popcon -ui shell [options] [ commands  ... ]
17
18         # if you are a sys admin
19         config-edit-popcon -ui none [options]  commands  ...
20

DESCRIPTION

22       This program will edit the configuration data contained in
23       /etc/popularity-contest.conf (as root).
24
25       You can specify commands as arguments that will be run on the
26       configuration root before launching the UI. These command follow the
27       syntax defined in Config::Model::Loader.
28

Options

30       -ui Specify the user interface type.
31
32           ·   "tk": provides a Tk graphical interface (If Config::Model::TkUI
33               is installed).
34
35           ·   "curses": provides a curses user interface (If
36               Config::Model::CursesUI is installed).
37
38           ·   "shell": provides a shell like interface.  See
39               Config::Model::TermUI for details.
40
41           ·   "none": No UI provided. Only command line arguments are
42               handled.
43
44       -verbose
45           Be (very) verbose
46
47       -debug
48           Provide debug infos.
49
50       -trace
51           Provides a full stack trace when exiting on error.
52
53       -force-load
54           Load file even if error are found in data. Bad data are discarded
55

BUGS

57       Original structure and comments of /etc/popularity-contest.conf are
58       lost. There's currently no Augeas lens for popcon config data.
59

SUPPORT

61       For support, please check the following ressources:
62
63       ·   The config-model wiki: http://config-model.wiki.sourceforge.net/
64           <http://config-model.wiki.sourceforge.net/>
65
66       ·   The config-model users mailing list:
67           http://lists.sourceforge.net/mailman/listinfo/config-model-users
68           <http://lists.sourceforge.net/mailman/listinfo/config-model-users>
69

AUTHOR

71       Dominique Dumont, ddumont at cpan dot org
72

SEE ALSO

74       config-edit, Config::Model
75
76
77
78perl v5.12.1                      2010-08-18             CONFIG-EDIT-POPCON(1)
Impressum