gentoo/proftpd: add use-flag for mysql before emerge and touch proftpd.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) <d00p@froxlor.org>
This commit is contained in:
@@ -352,13 +352,14 @@ milter_default_action = accept" >> /etc/postfix/main.cf',
|
|||||||
'proftpd' => Array(
|
'proftpd' => Array(
|
||||||
'label' => 'ProFTPd',
|
'label' => 'ProFTPd',
|
||||||
'commands_1' => Array(
|
'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(
|
'files' => Array(
|
||||||
'etc_proftpd_proftpd.conf' => '/etc/proftpd/proftpd.conf'
|
'etc_proftpd_proftpd.conf' => '/etc/proftpd/proftpd.conf'
|
||||||
),
|
),
|
||||||
'commands_2' => Array(
|
'commands_2' => Array(
|
||||||
'touch /etc/proftpd/proftpd.conf',
|
|
||||||
'chown root:0 /etc/proftpd/proftpd.conf',
|
'chown root:0 /etc/proftpd/proftpd.conf',
|
||||||
'chmod 0600 /etc/proftpd/proftpd.conf',
|
'chmod 0600 /etc/proftpd/proftpd.conf',
|
||||||
'rc-update add proftpd default'
|
'rc-update add proftpd default'
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ if ($vmail_group === false) {
|
|||||||
|
|
||||||
return Array(
|
return Array(
|
||||||
'ubuntu_hardy' => Array(
|
'ubuntu_hardy' => Array(
|
||||||
'label' => 'Ubuntu 8.04 (Hardy)',
|
'label' => 'Ubuntu 8.04 (Hardy) *deprecated*',
|
||||||
'services' => Array(
|
'services' => Array(
|
||||||
'http' => Array(
|
'http' => Array(
|
||||||
'label' => $lng['admin']['configfiles']['http'],
|
'label' => $lng['admin']['configfiles']['http'],
|
||||||
|
|||||||
Reference in New Issue
Block a user