Skip to content

Commit

Permalink
gentoo/proftpd: add use-flag for mysql before emerge and touch proftp…
Browse files Browse the repository at this point in the history
…d.conf before editing it (makes sense); mark ubuntu hardy as deprecated as it will be removed in 0.9.29

Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Mar 15, 2013
1 parent 74c5d07 commit 71544cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/configfiles/gentoo.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,14 @@
'proftpd' => Array(
'label' => 'ProFTPd',
'commands_1' => Array(
'emerge -av proftpd'
'echo "net-ftp/proftpd mysql" >> /etc/portage/package.use',
'emerge -av proftpd',
'touch /etc/proftpd/proftpd.conf'
),
'files' => Array(
'etc_proftpd_proftpd.conf' => '/etc/proftpd/proftpd.conf'
),
'commands_2' => Array(
'touch /etc/proftpd/proftpd.conf',
'chown root:0 /etc/proftpd/proftpd.conf',
'chmod 0600 /etc/proftpd/proftpd.conf',
'rc-update add proftpd default'
Expand Down
2 changes: 1 addition & 1 deletion lib/configfiles/hardy.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

return Array(
'ubuntu_hardy' => Array(
'label' => 'Ubuntu 8.04 (Hardy)',
'label' => 'Ubuntu 8.04 (Hardy) *deprecated*',
'services' => Array(
'http' => Array(
'label' => $lng['admin']['configfiles']['http'],
Expand Down

0 comments on commit 71544cc

Please sign in to comment.