From 33757c529f3f456da2968d2ef7a8c00222051b76 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 12 Mar 2013 16:49:31 +1300 Subject: [PATCH] bug 9784 - add koha-shell to the koha-common man page To test: Build a package from a git checkout with this patch included once installed, run man koha-common - koha-shell should appear near the bottom. --- debian/docs/koha-common.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/docs/koha-common.xml b/debian/docs/koha-common.xml index bbef4f2..4dc2179 100644 --- a/debian/docs/koha-common.xml +++ b/debian/docs/koha-common.xml @@ -202,9 +202,17 @@ Run a command for each Koha instance. Takes the same arguments as koha-list. + + + + + This command behaves something like su(1), but provides you with a shell as the koha user, and with the environment pointing to the right places. + + + Bugs The scripts are a bit fragile. If something goes wrong, they do not clean up after themselves. -- 1.7.9.5