[Koha-bugs] [Bug 31055] Move koha-functions to /usr/sbin instead of koha/bin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 27 15:14:14 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31055

--- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 136581
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136581&action=edit
Bug 31055: Change the source statement in koha scripts

All references to koha-functions moved to sbin.

git grep -l "bin/koha-functions.sh" | xargs sed -i
-e's/usr\/share\/koha\/bin\/koha-functions.sh/usr\/sbin\/koha-functions.sh/g'

Test plan:
[1] Copy debian scripts to /usr/sbin locally.
[2] Remove /usr/share/koha/bin/koha-functions.sh
[3] Try a few scripts
[4] git grep -E "[^s]bin/koha-funct". No occurrences?

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list