mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
jannet: Add stub for jannet restore
This commit is contained in:
parent
33f75f8c46
commit
25967f9a83
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ cat << EOT
|
||||||
uninit: undo initialization
|
uninit: undo initialization
|
||||||
install: install packages in [arguments]
|
install: install packages in [arguments]
|
||||||
update: update all jannet software on the system
|
update: update all jannet software on the system
|
||||||
|
restore: restore a previous jannet software version state
|
||||||
info: query information about installed software
|
info: query information about installed software
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
@ -109,6 +110,9 @@ install)
|
||||||
fi
|
fi
|
||||||
check_ldconfig
|
check_ldconfig
|
||||||
;;
|
;;
|
||||||
|
restore)
|
||||||
|
echo "not yet implemented, sorry" >&2
|
||||||
|
;;
|
||||||
info)
|
info)
|
||||||
if [ "$opt_verbose" = true ]; then
|
if [ "$opt_verbose" = true ]; then
|
||||||
rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"
|
rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue