summaryrefslogtreecommitdiff
path: root/man/1
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-11 01:17:18 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-11 01:21:48 +0200
commit324568044af4287dd25a90dc143ea26df565d1e3 (patch)
tree0bcf9ff698d825c50a72d85c02560d88782e1915 /man/1
parent389bd0bcb530fee9c92ed9c419d82303a322274d (diff)
Renamed pkg to caretaker
Diffstat (limited to 'man/1')
-rw-r--r--man/1/ct.pod (renamed from man/1/pkg.pod)26
1 files changed, 13 insertions, 13 deletions
diff --git a/man/1/pkg.pod b/man/1/ct.pod
index 7f207ba..4bdba98 100644
--- a/man/1/pkg.pod
+++ b/man/1/ct.pod
@@ -1,14 +1,14 @@
=head1 NAME
-pkg - distributed dotfile and script manager
+caretaker - distributed dotfile and script manager
=head1 SYNOPSIS
-B<pkg> [I<options>] I<action> [I<arguments>]
+B<ct> [I<options>] I<action> [I<arguments>]
=head1 DESCRIPTION
-B<pkg> is the basic script for maintaining packages
+B<ct> is the basic script for maintaining packages
I<action> may be one of:
@@ -24,7 +24,7 @@ Remove I<package> from the local packages tree
=item B<eval> I<expression>
-Evauluate I<expression>. See pkg(7)
+Evauluate I<expression>. See caretaker(7)
=item B<info> I<package>
@@ -106,13 +106,13 @@ by prepending a 'no', like '--no-auto-update'.
Options always override the configuration file.
Also, every option refers to a configuration parameter,
-so please see pkg.conf(5) for more information.
+so please see caretaker.conf(5) for more information.
=head1 FILES
=over
-=item F<~/.pkg.conf>
+=item F<~/.caretaker.conf>
Contains configuration vars
@@ -122,19 +122,19 @@ Contains configuration vars
=over
-=item * B<pkg remote-update; pkg upgrade>
+=item * B<ct remote-update; ct upgrade>
Get new stuff from the packages_root.
-Note: If you haven't disabled AUTOUPDATE, B<pkg upgrade> will suffice here
+Note: If you haven't disabled AUTOUPDATE, B<ct upgrade> will suffice here
-=item * B<pkg local-update; pkg push>
+=item * B<ct local-update; ct push>
Push local changes to the packages_root.
-Note: If you haven't disabled AUTOUPDATE, B<pkg push> will suffice here
+Note: If you haven't disabled AUTOUPDATE, B<ct push> will suffice here
-=item * B<pkg refresh pkg>
+=item * B<ct refresh caretaker>
-'Fake-Upgrade'. Execute the appropiate commands as if the pkg package had been
+'Fake-Upgrade'. Execute the appropiate commands as if the caretaker package had been
upgraded (useful when you change something but don't want to commit/push yet)
=back
@@ -159,4 +159,4 @@ many ideas and suggestions
=head1 SEE ALSO
-L<pkg.conf>(5), pkg(7)
+L<caretaker.conf>(5), caretaker(7)