From 8cfb41bc6e5f71086a6faab181c038ae223036a1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 22:19:10 +0200 Subject: added manual for pkg.conf --- man/5/pkg.conf | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 man/5/pkg.conf (limited to 'man/5/pkg.conf') diff --git a/man/5/pkg.conf b/man/5/pkg.conf new file mode 100644 index 0000000..1446e19 --- /dev/null +++ b/man/5/pkg.conf @@ -0,0 +1,55 @@ +=pod + +=head1 NAME + +pkg.conf - L(1) configuration + +=head1 DESCRIPTION + +Contains configuration variables for L(1) + +The file consists of multiple lines of the form I=I. + +Normal zsh syntax is allowed, which means everything after '#' will be treated +a comment and that there must be no space between the variable and the content. + +=head1 OPTIONS + +=over + +=item B=I + +the package root path. +Default: ssh://derf.homelinux.org/var/packages_root + +=item B=I + +path for the local package tree. +Default: $HOME/packages + +WARNING: changing this will break everything. Don't do it. + +=item B=I + +Command to invoke the vcs. +Default: hg + +=item B=I + +global options to invoke VCS_CMD with. +Default: --quiet + +=item B=I + +Options to invoke L(1) with. +Default: -q + +=back + +=head1 SEE ALSO + +L(1), L(1) + +=cut + +vim:ft=pod -- cgit v1.2.3