mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
CHANGES, VERSION, jannet: Merged changes from V_1_1_19_PRE
This commit is contained in:
parent
7428ca22c2
commit
dc8201a380
3 changed files with 7 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ cat << EOT
|
|||
update: update all jannet software on the system
|
||||
restore: restore a previous jannet software version state
|
||||
info: query information about installed software
|
||||
checklog: update the installation log file if necessary
|
||||
|
||||
EOT
|
||||
if [ "$1" ]; then
|
||||
|
|
@ -113,6 +114,10 @@ install)
|
|||
restore)
|
||||
echo "not yet implemented, sorry" >&2
|
||||
;;
|
||||
checklog)
|
||||
line=`jannet info | tr -s " "`
|
||||
echo $line
|
||||
;;
|
||||
info)
|
||||
if [ "$opt_verbose" = true ]; then
|
||||
rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue