From 25967f9a831eb77e2f7e4e22df859b0515fa2053 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 6 Dec 2008 03:40:52 +0000 Subject: [PATCH] jannet: Add stub for jannet restore --- scripts/jannet | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/jannet b/scripts/jannet index 49fca892..3a91fab3 100644 --- a/scripts/jannet +++ b/scripts/jannet @@ -25,6 +25,7 @@ cat << EOT uninit: undo initialization install: install packages in [arguments] update: update all jannet software on the system + restore: restore a previous jannet software version state info: query information about installed software EOT @@ -109,6 +110,9 @@ install) fi check_ldconfig ;; +restore) + echo "not yet implemented, sorry" >&2 + ;; info) if [ "$opt_verbose" = true ]; then rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"