Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 131
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Feb 27 12:29:03 UTC 2026 - Stefan Botter <obs@botter.cc> + +- fix PreparePostfix to set hostname to /etc/hostname for > 16.0 + +------------------------------------------------------------------- Thu Feb 26 06:22:33 UTC 2026 - Stefan Botter <obs@botter.cc> - update PreparePostfix to add myhostname setting using postconf
View file
PreparePostfix
Changed
@@ -19,8 +19,12 @@ esac . /usr/share/jsjinstalltools/GetVersion HOSTNAME=$1 +HOSTNAMEFILE=/etc/HOSTNAME +if ${VERSION_ID/./} -ge 160 ; then + HOSTNAMEFILE=/etc/hostname +fi if ${VERSION_ID/./} -ge 130 ; then - echo $HOSTNAME".site" > /etc/HOSTNAME + echo $HOSTNAME".site" > ${HOSTNAMEFILE} fi cp /etc/postfix/main.cf /etc/postfix/main.cf.orig POSTCONF=$(mktemp /tmp/main.cf.XXXXXXXXXX)
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
.