Skip to content

Commit 757efbb

Browse files
author
jwarnier
committed
remove no longer used 'cron_tab' and add new 'ispconfig_log_dir'
1 parent e618685 commit 757efbb

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

install/dist/conf/centos52.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode
@@ -186,4 +186,4 @@
186186
$conf['cron']['crontab_dir'] = '/etc/cron.d';
187187
$conf['cron']['wget'] = '/usr/bin/wget';
188188

189-
?>
189+
?>

install/dist/conf/centos53.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode
@@ -186,4 +186,4 @@
186186
$conf['cron']['crontab_dir'] = '/etc/cron.d';
187187
$conf['cron']['wget'] = '/usr/bin/wget';
188188

189-
?>
189+
?>

install/dist/conf/debian40.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/crontabs/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode

install/dist/conf/debian60.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232

3333
//* Main
3434
$conf['language'] = 'en';
35-
$conf['distname'] = 'debian40';
35+
$conf['distname'] = 'debian60';
3636
$conf['hostname'] = 'server1.domain.tld'; // Full hostname
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/crontabs/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode

install/dist/conf/fedora9.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode
@@ -186,4 +186,4 @@
186186
$conf['cron']['crontab_dir'] = '/etc/cron.d';
187187
$conf['cron']['wget'] = '/usr/bin/wget';
188188

189-
?>
189+
?>

install/dist/conf/gentoo.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/crontabs/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode

install/dist/conf/opensuse110.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/tabs/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode
@@ -186,4 +186,4 @@
186186
$conf['cron']['crontab_dir'] = '/etc/cron.d';
187187
$conf['cron']['wget'] = '/usr/bin/wget';
188188

189-
?>
189+
?>

install/dist/conf/opensuse112.conf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
3939
$conf['ispconfig_log_priority'] = 2; // 0 = Debug, 1 = Warning, 2 = Error
40+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
4041
$conf['server_id'] = 1;
4142
$conf['init_scripts'] = '/etc/init.d';
4243
$conf['runlevel'] = '/etc';
4344
$conf['shells'] = '/etc/shells';
44-
$conf['cron_tab'] = '/var/spool/cron/tabs/root';
4545
$conf['pam'] = '/etc/pam.d';
4646

4747
//* Services provided by this server, this selection will be overridden by the expert mode
@@ -186,4 +186,4 @@
186186
$conf['cron']['crontab_dir'] = '/etc/cron.d';
187187
$conf['cron']['wget'] = '/usr/bin/wget';
188188

189-
?>
189+
?>

0 commit comments

Comments
 (0)