Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 27
View file
CreateConfig
Changed
@@ -57,8 +57,8 @@ 1) echo yes. echo " $MYSQLPW";; esac -echo "Setup Apache for hostname(s): $APACHEHOST" -echo "Setup pure-ftpd to Apache for User:$APACHEHOST w/ PW $FTPDPW" +echo "Setup apache for hostname(s): $APACHEHOST" +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
@@ -21,7 +21,7 @@ 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/' \ - -e 's/^(anonymous_enable=\).*$/\1NO/' < /etc/vsftpd.conf.orig > /etc/vsftpd.conf + -e 's/^\(anonymous_enable=\).*$/\1NO/' < /etc/vsftpd.conf.orig > /etc/vsftpd.conf systemctl start vsftpd.service systemctl enable vsftpd.service else
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
.