Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 28
View file
CreateConfig
Changed
@@ -58,7 +58,7 @@ echo " $MYSQLPW";; esac echo "Setup apache for hostname(s): $APACHEHOST" -echo "Setup ftpd to apache for User:$APACHEHOST w/ PW $FTPDPW" +echo "Setup ftpd to apache for User: $APACHEHOST w/ PW $FTPDPW" echo "correct? (yes/NO)" read AW if -z $AW ; then YES=no; else YES=$AW; fi
View file
PrepareFTPd
Changed
@@ -20,7 +20,7 @@ if ${VERSION%%.*} -ge 12 ; then zypper -n in -l vsftpd cp /etc/vsftpd.conf /etc/vsftpd.conf.orig - sed -e 's/^\(write_enable=\).*$/\1YES/' -e 's/^\(local_umask=\).*$/\1 002/' \ + sed -e 's/^\(write_enable=\).*$/\1YES/' -e 's/^#\(local_umask=\).*$/\1 002/' \ -e 's/^\(anonymous_enable=\).*$/\1NO/' < /etc/vsftpd.conf.orig > /etc/vsftpd.conf systemctl start vsftpd.service systemctl enable vsftpd.service
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
.