Bug 10622: add --sip and --nosip switches to koha-list
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 22 Jul 2013 14:30:27 +0000 (11:30 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 21 Sep 2013 17:45:15 +0000 (17:45 +0000)
commit9f6e739ce0893fe7570adfa7cc2b7407351138ae
tree7eb8afc65d98f46b44ef5df3de7fcede64e6cbbb
parent213fbdc5b40dd7638d652a8fd60f7391d0b10bb1
Bug 10622: add --sip and --nosip switches to koha-list

Just added those switches.

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Magnus Enger <magnus@enger.priv.no>
I applied the patch on my local dev install, and then copied the
patched koha-list script to a couple of servers with actual
instances running off the packages, to test the script.
- It seems that the -h switch did not work before this patch, now
  both -h and --help works nicely
- --sip and --nosip work as expected, also in combination with
  --email and --noemail

The patch does not add --sip and --nosip to the man page for
koha-list, but I will do a followup for that.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
debian/scripts/koha-list