Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
hsqldb
hsqldb-tmp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hsqldb-tmp.patch of Package hsqldb
--- hsqldb/bin/hsqldb +++ hsqldb/bin/hsqldb @@ -110,7 +110,10 @@ SU_ECHO_SECS=1 # File used as semaphore. If file is removed, a running pid checker # process will exit. -PIDCHECKER_FLAGFILE=/tmp/pidchecker.run +PIDCHECKER_FLAGFILE=`mktemp /tmp/hsqldb.XXXXXXXX` +if [ x"$PIDCHECKER_FLAGFILE" = "x" ] ; then + echo "unable to create tmp file"; exit 1 +fi # The following settings get overridden by optional setting in the config file. # Time to allow for JVM to die after all HSQLDB instances stopped. MAX_TERMINATE_SECS=1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor