5a6ca94c30
add gcj support add libreoffice patches [release 1.8.0.10-3mamba;Thu Jan 27 2011]
25 lines
611 B
Diff
25 lines
611 B
Diff
--- hsqldb/bin/hsqldb 2009-06-01 18:43:14.000000000 +0200
|
|
+++ hsqldb/bin/hsqldb-gil 2009-06-01 18:46:12.000000000 +0200
|
|
@@ -189,21 +189,6 @@
|
|
exit 4
|
|
}
|
|
|
|
-# Use bsd-style enable/disable if it's in place.
|
|
-BSDCFG=
|
|
-[ -r /etc/rc.conf ] && [ -f /etc/rc.conf ] && {
|
|
- . /etc/rc.conf
|
|
- BSDCFG=1
|
|
-}
|
|
-[ -r /etc/rc.conf.local ] && [ -f /etc/rc.conf.local ] && {
|
|
- . /etc/rc.conf.local
|
|
- BSDCFG=1
|
|
-}
|
|
-[ -n "$BSDCFG" ] && {
|
|
- case "$hsqldb_enable" in [Yy][Ee][Ss]);; [Oo][Nn]);; [Tt][Rr][Uu][Ee]);;
|
|
- *) exit 0;; # Don't run if not enabled for BSD startup
|
|
- esac
|
|
-}
|
|
|
|
COMMAND="$1"; shift
|
|
|