mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-25 09:58:47 +01:00
Typos and minor edits of messages (part 1)
- README.TXT: minor edit - src/doinst.sh: minor change to postinstall message - src/repositories.txt: minor edits - src/slack-desc: use same text as README.TXT; tweak handy-ruler - src/slackpkgplus.sh: minor edits in comments and echo messages
This commit is contained in:
parent
4f8d52738f
commit
29b03761e1
5 changed files with 25 additions and 25 deletions
|
@ -2,7 +2,7 @@ slackpkg+ plugin for third-party repositories
|
|||
|
||||
Slackpkg is a package manager for Slackware.
|
||||
|
||||
Slackpkg+ is a plugin for slackpkg
|
||||
It add support for third-party repositories.
|
||||
You can add multiple repository to your list
|
||||
Slackpkg+ is a plugin for slackpkg.
|
||||
It adds support for third-party repositories.
|
||||
You can install, upgrade and search from multiple repositories.
|
||||
|
||||
|
|
|
@ -40,8 +40,8 @@ remove var/lib/slackpkg/ChangeLog.txt
|
|||
remove var/lib/slackpkg/pkglist
|
||||
echo
|
||||
echo
|
||||
echo "Please, read the README file before use it"
|
||||
echo "Please, read the README file before using slackpkg+"
|
||||
echo
|
||||
echo "Now you must to rerun 'slackpkg update'"
|
||||
echo "Now you must rerun 'slackpkg update'"
|
||||
echo
|
||||
|
||||
|
|
|
@ -10,11 +10,11 @@ Supported Repositories:
|
|||
> zerouno: http://www.z01.eu/repo-slack/slackware64-current/
|
||||
> mled: http://www.microlinux.fr/slackware/MLED-{14.0,14.1}-{32,64}bit/
|
||||
> mles: http://www.microlinux.fr/slackware/MLES-{14.0,14.1}-{32,64}bit/
|
||||
> mles: http://www.microlinux.fr/slackware/MLWS-{14.0,14.1}-{32,64}bit/
|
||||
> mlws: http://www.microlinux.fr/slackware/MLWS-{14.0,14.1}-{32,64}bit/
|
||||
> msb: http://slackware.org.uk/msb/{14.0,14.1}/1.6/{x86,x86_64}/
|
||||
> slackers: http://www.slackers.it/repository/
|
||||
>
|
||||
> Does NOT supports GPG
|
||||
> Does NOT support GPG
|
||||
> salixos(*): http://download.salixos.org/{i486,x86_64}/{13.37,14.0}/
|
||||
> salixext: http://people.salixos.org/ralvex/repository/x86_64/14.0/
|
||||
> rlworkman: http://rlworkman.net/pkgs/{13.37,14.0}/
|
||||
|
@ -22,10 +22,10 @@ Supported Repositories:
|
|||
|
||||
(*) salixos partially supports GPG. This repository contains the .asc file for CHECKSUMS.md5,
|
||||
so the 'update' process works with CHECKGPG=on and repository authenticity is guaranteed.
|
||||
Unfortunatly the single packages does not contains the relative .asc file, so you must
|
||||
Unfortunately the single packages do not include the related .asc file, so you must
|
||||
install the packages with 'slackpkg -checkgpg=off install <packagename>', but the
|
||||
authenticity is guaranteed by the md5 authenticity.
|
||||
|
||||
|
||||
You can found a larger list at http://slakfinder.org
|
||||
You can find a larger list at http://slakfinder.org
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@ slackpkg+: slackpkg+ plugin for third-party repositories
|
|||
slackpkg+:
|
||||
slackpkg+: Slackpkg is a package manager for Slackware.
|
||||
slackpkg+:
|
||||
slackpkg+: Slackpkg+ is a plugin for slackpkg
|
||||
slackpkg+: It add support for third-party repositories.
|
||||
slackpkg+: You can add multiple repository to your list
|
||||
slackpkg+: Slackpkg+ is a plugin for slackpkg.
|
||||
slackpkg+: It adds support for third-party repositories.
|
||||
slackpkg+: You can install, upgrade and search from multiple repositories.
|
||||
slackpkg+:
|
||||
slackpkg+:
|
||||
slackpkg+:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Thanks to AlienBob and phenixia2003 (on LQ) for contributing
|
||||
# A secial thanks to all packagers that make slackpkg+ useful
|
||||
# A special thanks to all packagers that make slackpkg+ useful
|
||||
|
||||
|
||||
declare -A MIRRORPLUS
|
||||
if [ -e /etc/slackpkg/slackpkgplus.conf ];then
|
||||
# You can ovverride SLACKPKGPLUS VERBOSE USEBL from command-line
|
||||
# You can override SLACKPKGPLUS VERBOSE USEBL from command-line
|
||||
EXTSLACKPKGPLUS=$SLACKPKGPLUS
|
||||
EXTVERBOSE=$VERBOSE
|
||||
EXTUSEBL=$USEBL
|
||||
|
@ -77,8 +77,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
echo
|
||||
echo " !!! N O T I C E !!!"
|
||||
echo " Repository '$PREPO' does not contains MANIFEST.bz2"
|
||||
echo " Don't worry.. it will works fine, but the commands"
|
||||
echo " 'slackpkg file-search' will not works on that"
|
||||
echo " Don't worry... it will work fine, but the command"
|
||||
echo " 'slackpkg file-search' will not work on that"
|
||||
echo " repository"
|
||||
echo
|
||||
sleep 3
|
||||
|
@ -111,8 +111,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
echo
|
||||
echo " !!! N O T I C E !!!"
|
||||
echo " Repository '$PREPO' does support signature checking for"
|
||||
echo " CHECKSUMS.md5 file so the repository authenticity is guaranteed"
|
||||
echo " but you MAY need to temporary disable gpg check when you"
|
||||
echo " CHECKSUMS.md5 file, so the repository authenticity is guaranteed,"
|
||||
echo " but you MAY need to temporarily disable gpg check when you"
|
||||
echo " install the packages using:"
|
||||
echo " 'slackpkg -checkgpg=off install packge'"
|
||||
echo " The package authenticity remains guaranteed."
|
||||
|
@ -127,9 +127,9 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
if [ $(checkgpg ${TMPDIR}/CHECKSUMS.md5-$PREPO) -ne 1 ];then
|
||||
echo
|
||||
echo " !!! F A T A L !!!"
|
||||
echo " Repository '$PREPO' FAILS to check CHECKSUMS.md5 signature"
|
||||
echo " Repository '$PREPO' FAILS the CHECKSUMS.md5 signature check"
|
||||
echo " The file may be corrupted or the gpg key may be not valid."
|
||||
echo " Remember to import keys launching 'slackpkg update gpg'."
|
||||
echo " Remember to import keys by launching 'slackpkg update gpg'."
|
||||
echo
|
||||
sleep 5
|
||||
echo > ${TMPDIR}/CHECKSUMS.md5
|
||||
|
@ -328,7 +328,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
touch ${TMPDIR}/waiting
|
||||
|
||||
# -- PKGLIST:
|
||||
# temporary file used to store data about packages. It use
|
||||
# temporary file used to store data about packages. It uses
|
||||
# the following format:
|
||||
# repository:<repository_name>:basename:<package_basename>:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue