CHANGES, VERSION, jannet: Merged changes from V_1_1_19_PRE

This commit is contained in:
Jan Lindemann 2008-12-17 18:37:57 +00:00 committed by Jan Lindemann
commit dc8201a380
3 changed files with 7 additions and 2 deletions

View file

@ -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"