aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-07-24 11:32:15 +0000
committermerakor <cem@ckyln.com>2020-07-24 11:32:15 +0000
commit9c2e70c7ae06c43e586ee9b620d29421977fd58f (patch)
tree4933c06ffd24338973951cb5d60d3a8c8d0797d2
parent71ff4478d4d2066fd1fbd2618d195eb2368bad90 (diff)
downloadcpt-9c2e70c7ae06c43e586ee9b620d29421977fd58f.tar.gz
doc: change command names and documents
FossilOrigin-Name: 7c0d2c7f16d344831d0ec7a2084fba3c58591dcb3ad739d852f0d72144eaa8df
-rw-r--r--doc/package-system.txt12
-rw-r--r--doc/rsync-repositories.txt2
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/package-system.txt b/doc/package-system.txt
index 1e65c51..dcbb5ed 100644
--- a/doc/package-system.txt
+++ b/doc/package-system.txt
@@ -2,9 +2,9 @@ PACKAGE SYSTEM
=================================================================================
-This document talks about the packaging system works with the kiss package
-manager in detail. For information regarding the usage of the package manager
-itself, see the kiss(1) manual page.
+This document talks about the packaging system works with the Carbs Packaging
+Tools in detail. For information regarding the usage of the package manager
+itself, see the cpt(1) manual page.
A package is formed of 4 MANDATORY files. These are,
- BUILD
@@ -19,7 +19,7 @@ The package manager also reacts to the existence of these files,
Any other file can be added to the package directory at the discretion of the
package maintainer. Everything in the package directory will also be added to the
-package database that is located on '/var/db/kiss/installed'. These can be
+package database that is located on '/var/db/cpt/installed'. These can be
patches, configuration files, etc.
@@ -118,7 +118,7 @@ a source to be on a specific directory, you can see the gcc package for that.
CHECKSUMS
---------------------------------------------------------------------------------
-checksums file is generated by the `kiss c pkg` command. It is generated
+checksums file is generated by the `cpt c pkg` command. It is generated
according to the order of the sources file. That's why you shouldn't be editing
it manually. The checksums file is created with the digests of the files using
the sha256 algorithm.
@@ -156,7 +156,7 @@ POST-INSTALL
post-installs have the same requirements as the build script. They will be run
after the package is installed as root (or as the user if the user has write
-permissions on KISS_ROOT).
+permissions on CPT_ROOT).
MESSAGE
diff --git a/doc/rsync-repositories.txt b/doc/rsync-repositories.txt
index 87c5f40..71799e5 100644
--- a/doc/rsync-repositories.txt
+++ b/doc/rsync-repositories.txt
@@ -100,4 +100,4 @@ It is considerably easy to switch to the Carbs Linux rsync repository.
+--------------------------------------------------------------------------+
This will fetch the repository to the given location, you can then add it to your
-$KISS_PATH.
+$CPT_PATH.