Skip to content

Commit

Permalink
add proftpd with mysqld support
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 14, 2014
1 parent d8f7ce1 commit fa9d8b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions customize
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ echo "* Create ugly mysql-client symlink and install py27-mysqldb"
ln -sv /opt/local/lib/libperconaserverclient.so.18 /opt/local/lib/libmysqlclient.so.18
pkg_add -fL http://pkgsrc.smartos.skylime.net/packages/SmartOS/2014Q2/x86_64/All/py27-mysqldb-1.2.5.tgz

# Install proFTPd with MySQL and TLS support
echo "* Install proFTPd with MySQL and TLS support"
pkg_add -fL http://pkgsrc.smartos.skylime.net/skylime-extra/2014Q2/x86_64/proftpd-1.3.4dnb1.tgz

# Remove unused mysql stuff from base
echo "* Remove unused mysql stuff from base"
rm -r /var/mysql/*
Expand Down

0 comments on commit fa9d8b8

Please sign in to comment.