https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31055
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from David Cook <[email protected]> --- (In reply to Marcel de Rooy from comment #0) > For a long time I am copying koha-functions.sh to /usr/share/koha/bin, since > that is the location that the koha-* scripts expect it to be. > It would be easier to put it in sbin too. > > Please tell me if there are valid legitimate reasons to do not so. Well, koha-functions.sh isn't a command/executable that should be in the $PATH, so really it shouldn't be in /usr/sbin (or /usr/share/koha/bin really). koha-functions.sh should probably be in /usr/lib/koha or /usr/share/koha/lib I suppose. For example: /usr/lib/lsb/init-functions /usr/lib/cryptsetup/functions -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
