From 9b38a917489e742885a8f0489f5e287b5b93e83f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Oct 2008 20:05:22 +0200 Subject: Updated pkg(1), fixed some typos in the docs --- man/1/pkg | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'man/1') diff --git a/man/1/pkg b/man/1/pkg index 9b8dad7..b5fba9f 100644 --- a/man/1/pkg +++ b/man/1/pkg @@ -31,7 +31,7 @@ Change the default source on all packages to I Example: `changeroot ssh://kraftwerk/var/packages_root` will change the source of core to 'ssh://kraftwerk/var/packages_root/core' -=item B [ I ] +=item B [ I ] Check dependencies, conflicts and symlinks of I. If no argument is given, checks all installed packages @@ -70,7 +70,7 @@ Show commit history for package =item B [ I ] push new local versions to PKG_ROOT. -If no argument is given, pushes all installed packes +If no argument is given, pushes all installed packages =item B @@ -102,6 +102,31 @@ Contains configuration vars =back +=head1 CAVEATS + +On the server holding the PKG_ROOT, core/include/pkglist must be executed for +pkg upgrade and pkg push to work properly. It's recommended to execute it as +cronjob. A concept to execute it 'on demand' is planned. + +=head1 EXAMPLES + +=over + +=item * B + +Get new stuff from the packages_root + +=item * B + +Push local changes to the packages_root + +=item * B + +Update the core package after local changes. +(Yeah, this sucks. I'm working out a better way) + +=back + =head1 AUTHOR Daniel Friesel -- cgit v1.2.3