Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 130
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Feb 26 06:22:33 UTC 2026 - Stefan Botter <obs@botter.cc> + +- update PreparePostfix to add myhostname setting using postconf + instead of sedr-/replacing, as 16.0 template does not include + it anymore + +------------------------------------------------------------------- Tue Feb 24 07:41:34 UTC 2026 - Stefan Botter <obs@botter.cc> - add PrepareReposFor16.0: remove update repos, and change all
View file
PreparePostfix
Changed
@@ -25,11 +25,11 @@ cp /etc/postfix/main.cf /etc/postfix/main.cf.orig POSTCONF=$(mktemp /tmp/main.cf.XXXXXXXXXX) postconf -n | \ - sed -e "s/\(myhostname = \).*$/\1$HOSTNAME.$DOMAIN/" \ - -e "s/\(relayhost =\).*$/\1 $RELAY/" \ + sed -e "s/\(relayhost =\).*$/\1 $RELAY/" \ > $POSTCONF mv $POSTCONF /etc/postfix/main.cf chmod 644 /etc/postfix/main.cf +postconf -e "myhostname=$HOSTNAME.$DOMAIN" ALIASES=$(mktemp /tmp/aliases.XXXXXXXXXX) sed -e '/^root:/ d' -e "/^#root:/ a root: $ROOTMAIL" < /etc/aliases > $ALIASES mv /etc/aliases /etc/aliases.orig
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
.