diff options
author | piterpunk <piterpunk@slackware.com> | 2021-10-08 15:35:20 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-10-12 00:34:27 -0500 |
commit | 13c79b1eb2b3d64a935d89c56d53776063b56820 (patch) | |
tree | 84b8f04f87c021bedfdf53747069620bf106703a /files/slackpkg.8 | |
parent | 9862db7e31ba8a0bc02bf93b38ef5084d7616d28 (diff) | |
download | slackpkg-13c79b1eb2b3d64a935d89c56d53776063b56820.tar.xz |
New exit status for different situations
To make easier to do an unattended slackpkg update/upgrade process,
this commit provides different exit codes to many situations:
0 Successful slackpkg execution.
1 Something wrong happened.
20 No package found to be downloaded, installed, reinstalled,
upgraded, or removed.
50 Slackpkg itself was upgraded and you need to re-run it.
100 There are pending updates.
Code and the main manpage are updated accordingly.
In addition, this commit also:
- removes the ChangeLog.txt in doinst.sh, so the needed
'slackpkg update' after Slackpkg upgrade won't says it's all OK
and don't need to redo the package lists
- removes AUTHORS from manpage. Nowadays there are code from many
people in Slackpkg and shows a bit unfair to have only my and
Evaldo's name listed there.
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'files/slackpkg.8')
-rw-r--r-- | files/slackpkg.8 | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/files/slackpkg.8 b/files/slackpkg.8 index ab36202..46acc27 100644 --- a/files/slackpkg.8 +++ b/files/slackpkg.8 @@ -1,4 +1,4 @@ -.TH SLACKPKG 8 "March 12, 2021" slackpkg-15.0.1 "" +.TH SLACKPKG 8 "Oct 8, 2021" slackpkg-15.0.8 "" .SH NAME .B slackpkg \- Automated tool for managing Slackware Linux packages @@ -305,6 +305,20 @@ If you happen to be looking for a filename-with-space, you are safe to use the left-most part up to the space (in that the right-most part after the space will be ignored anyway (at best) or yield noise (at worst)). +.SH EXIT STATUS +.P +.IP "\fB0\fP" 5 +Successful slackpkg execution. +.IP "\fB1\fP" 5 +Something wrong happened. +.IP "\fB20\fP" 5 +No package found to be downloaded, installed, reinstalled, upgraded, or +removed. +.IP "\fB50\fP" 5 +Slackpkg itself was upgraded and you need to re-run it. +.IP "\fB100\fP" 5 +There are pending updates. + .SH FILES .TP 5 .B /etc/slackpkg/mirrors @@ -333,11 +347,3 @@ ChangeLog.txt, list of files, etcetera... .BR explodepkg (8), .BR makepkg (8), .BR pkgtool (8). - -.SH AUTHORS -.TP 5 -Piter PUNK aka Roberto F Batista -<piterpk AT terra DOT com DOT br> -.TP 5 -Evaldo Gardenali aka UdontKnow -<evaldo AT fasternet DOT com DOT br> |