Files
gentoo/dev-db/hsqldb/files/hsqldb-2.7.3-hsqldb.init.patch
Volkmar W. Pogatzki 8cf3dbfb4f dev-db/hsqldb: add 2.7.3
- Builds without BSFIX, does not inherit java-ant-2
- Installs hsqldb.jar hsqldbutil.jar sqltool.jar

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37349
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2024-06-30 13:14:09 +02:00

21 lines
740 B
Diff

--- a/sample/hsqldb.init
+++ b/sample/hsqldb.init
@@ -57,7 +57,7 @@ SERVICE=hsqldb
# chkconfig: 345 87 13
# description: HyperSQL Database, A High Performance Java Database Server
# pidfile: /run/hsqldb.pid
-# config: /etc/sysconfig/hsqldb
+# config: /etc/conf.d/hsqldb
# This block only used by insserv systems (incl. SuSE Linux).
### BEGIN INIT INFO
@@ -198,7 +198,7 @@ case "`uname`" in
esac
for candidate in /etc/hsqldb/${SERVICE}.conf \
- /etc/sysconfig/${SERVICE} /etc/${SERVICE}.conf \
+ /etc/conf.d/${SERVICE} /etc/${SERVICE}.conf \
/etc/${SERVICE}.cfg /Library/Hsqldb/conf/${SERVICE}.cfg \
/Library/Hsqldb/${SERVICE}.cfg /usr/local/etc/${SERVICE}.cfg; do
[ -f $candidate ] && {