Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 33
View file
PrepareApacheConfig
Changed
@@ -26,6 +26,7 @@ TEMPFILE=$(mktemp /tmp/apache_listen.XXXXXXXXXX) sed -e 's/^#\(NameVirtualHost \*:80.*$\)/\1/' < /etc/apache2/listen.conf > $TEMPFILE mv $TEMPFILE /etc/apache2/listen.conf +chmod 644 /etc/apache2/listen.conf if -f $JSJSHARE/vhost.conf ; then sed -e "s/HOSTNAME/$HOSTNAME/" < $JSJSHARE/vhost.conf > /etc/apache2/vhosts.d/$HOSTNAME.conf sed -e "s/HOSTNAME/s$HOSTNAME/" < $JSJSHARE/vhost.conf > /etc/apache2/vhosts.d/s$HOSTNAME.conf
View file
PrepareFTPd
Changed
@@ -17,6 +17,7 @@ GROUPFILE=$(mktemp /tmp/group.XXXXXXXXXXX) sed -e "s/\(^www.*$\)/\1$USER/" < /etc/group > $GROUPFILE mv $GROUPFILE /etc/group +chmod 644 /etc/group if ${VERSION%%.*} -ge 12 ; then zypper -n in -l vsftpd cp /etc/vsftpd.conf /etc/vsftpd.conf.orig
View file
PreparePostfix
Changed
@@ -17,10 +17,12 @@ -e 's/\(relayhost = \).*$/\1mx.jacobs-university.de/' \ > $POSTCONF mv $POSTCONF /etc/postfix/main.cf +chmod 644 /etc/postfix/main.cf ALIASES=$(mktemp /tmp/aliases.XXXXXXXXXX) sed -e '/^#root:/ a root: root@jacobs-university.de' < /etc/aliases > $ALIASES mv /etc/aliases /etc/aliases.orig mv $ALIASES /etc/aliases +chmod 644 /etc/aliases newaliases if ${VERSION%%.*} -ge 12 ; then systemctl restart postfix.service
View file
PrepareUpdateCrontab
Changed
@@ -2,6 +2,7 @@ ZYPP_CONF=$(mktemp /tmp/zypp.conf.XXXXXXXXXX) sed -e '/download.use_deltarpm =/ a download.use_deltarpm=false' < /etc/zypp/zypp.conf > $ZYPP_CONF mv $ZYPP_CONF /etc/zypp/zypp.conf +chmod 644 /etc/zypp/zypp.conf zypper -n in -l yast2-online-update-configuration egrep /cron.hourly /etc/crontab if $? ; then
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
.