Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:Update
sblim-sfcb.6700
link_certificate_if_missing.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File link_certificate_if_missing.patch of Package sblim-sfcb.6700
Index: sblim-sfcb-1.4.8/genSslCert.sh =================================================================== --- sblim-sfcb-1.4.8.orig/genSslCert.sh +++ sblim-sfcb-1.4.8/genSslCert.sh @@ -14,6 +14,13 @@ then echo "WARNING: server.pem SSL Certificate file already exists." echo " old file will be kept intact." DO_SERVER=no + + # On updates from older versions that did not use clist.pem, we + # need to properly link the file here or service will not start + if [ ! -e $TARGETDIR/clist.pem ] + then + ln -s server.pem $TARGETDIR/clist.pem + fi fi if [ -f $TARGETDIR/client.pem ]
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