Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 122
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sat Aug 23 07:45:05 UTC 2025 - Stefan Botter <obs@botter.cc> + +- CreateConfig: catch default while not supplying LOC on command line +- PrepareApacheConfig: install apache2-prefork and apache2-mod_php8 + if not already installed + +------------------------------------------------------------------- Thu Jun 19 12:29:22 UTC 2025 - Stefan Botter <obs@botter.cc> - add new PrepareReposForReleasever to change the version number
View file
CreateConfig
Changed
@@ -64,6 +64,9 @@ esac shift done +if ! -z $LOC ; then + LOC="jsj" +fi if $FTPD = 1 ; then if $APACHE = 0 ; then echo ftpd without apache not feasible. @@ -119,5 +122,3 @@ echo aborted. exit 0 fi - -
View file
PrepareApacheConfig
Changed
@@ -27,7 +27,7 @@ *) echo Variante $VAR nicht vorgesehen, bitte prüfen!; exit;; esac echo $HOSTNAME -zypper -n in -l phpMyAdmin +zypper -n in -l apache2 apache2-manual apache2-mod_php8 apache2-prefork apache2-utils phpMyAdmin NEWHOSTS=$HOSTNAME if ${SHOST}_ = s_ ; then NEWHOSTS="$NEWHOSTS ${SHOST}${HOSTNAME}"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.