https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40901
--- Comment #131 from David Cook <[email protected]> --- This appears to be the current test plan: Test plan: 1. Build packages 2. Install koha-common on a systemd system, verify koha-systemd is pulled in 3. Try installing both koha-systemd and koha-sysv, verify conflict 4. Install koha-core + koha-sysv explicitly, verify it works But really there are some tests we should be able to do in KTD too: Since debian/koha-sysv.init and /etc/init.d/koha-common are equivalent, we don't have to worry about that one for now. 1. sudo cp debian/scripts/* /usr/sbin/. 2. sudo cp debian/scripts/koha-functions.sh /usr/share/koha/bin/koha-functions.sh 3. sudo service koha-common restart 4. koha-common appears to restart all right 5. Check that all the services appear to be running At a glance, it looks like the debian/scripts/* changes are all right for SysV, so KTD is all right. I'll want to do a package build test, but at a glance that should probably be OK for SysV. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
