Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Dirk Dankhoff
ISPConfig 3
Commits
757efbb9
Commit
757efbb9
authored
Sep 17, 2010
by
jwarnier
Browse files
remove no longer used 'cron_tab' and add new 'ispconfig_log_dir'
parent
e618685e
Changes
8
Hide whitespace changes
Inline
Side-by-side
install/dist/conf/centos52.conf.php
View file @
757efbb9
...
...
@@ -37,11 +37,11 @@ $conf['hostname'] = 'server1.domain.tld'; // Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
@@ -186,4 +186,4 @@ $conf['cron']['init_script'] = 'crond';
$conf
[
'cron'
][
'crontab_dir'
]
=
'/etc/cron.d'
;
$conf
[
'cron'
][
'wget'
]
=
'/usr/bin/wget'
;
?>
\ No newline at end of file
?>
install/dist/conf/centos53.conf.php
View file @
757efbb9
...
...
@@ -37,11 +37,11 @@ $conf['hostname'] = 'server1.domain.tld'; // Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
@@ -186,4 +186,4 @@ $conf['cron']['init_script'] = 'crond';
$conf
[
'cron'
][
'crontab_dir'
]
=
'/etc/cron.d'
;
$conf
[
'cron'
][
'wget'
]
=
'/usr/bin/wget'
;
?>
\ No newline at end of file
?>
install/dist/conf/debian40.conf.php
View file @
757efbb9
...
...
@@ -37,11 +37,11 @@ $conf['hostname'] = 'server1.domain.tld'; // Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/crontabs/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
install/dist/conf/debian60.conf.php
View file @
757efbb9
...
...
@@ -32,16 +32,16 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//* Main
$conf
[
'language'
]
=
'en'
;
$conf
[
'distname'
]
=
'debian
4
0'
;
$conf
[
'distname'
]
=
'debian
6
0'
;
$conf
[
'hostname'
]
=
'server1.domain.tld'
;
// Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/crontabs/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
install/dist/conf/fedora9.conf.php
View file @
757efbb9
...
...
@@ -37,11 +37,11 @@ $conf['hostname'] = 'server1.domain.tld'; // Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
@@ -186,4 +186,4 @@ $conf['cron']['init_script'] = 'crond';
$conf
[
'cron'
][
'crontab_dir'
]
=
'/etc/cron.d'
;
$conf
[
'cron'
][
'wget'
]
=
'/usr/bin/wget'
;
?>
\ No newline at end of file
?>
install/dist/conf/gentoo.conf.php
View file @
757efbb9
...
...
@@ -37,11 +37,11 @@ $conf['hostname'] = 'server1.domain.tld'; // Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/crontabs/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
install/dist/conf/opensuse110.conf.php
View file @
757efbb9
...
...
@@ -37,11 +37,11 @@ $conf['hostname'] = 'server1.domain.tld'; // Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/tabs/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
@@ -186,4 +186,4 @@ $conf['cron']['init_script'] = 'cron';
$conf
[
'cron'
][
'crontab_dir'
]
=
'/etc/cron.d'
;
$conf
[
'cron'
][
'wget'
]
=
'/usr/bin/wget'
;
?>
\ No newline at end of file
?>
install/dist/conf/opensuse112.conf.php
View file @
757efbb9
...
...
@@ -37,11 +37,11 @@ $conf['hostname'] = 'server1.domain.tld'; // Full hostname
$conf
[
'ispconfig_install_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_config_dir'
]
=
'/usr/local/ispconfig'
;
$conf
[
'ispconfig_log_priority'
]
=
2
;
// 0 = Debug, 1 = Warning, 2 = Error
$conf
[
'ispconfig_log_dir'
]
=
'/var/log/ispconfig'
;
$conf
[
'server_id'
]
=
1
;
$conf
[
'init_scripts'
]
=
'/etc/init.d'
;
$conf
[
'runlevel'
]
=
'/etc'
;
$conf
[
'shells'
]
=
'/etc/shells'
;
$conf
[
'cron_tab'
]
=
'/var/spool/cron/tabs/root'
;
$conf
[
'pam'
]
=
'/etc/pam.d'
;
//* Services provided by this server, this selection will be overridden by the expert mode
...
...
@@ -186,4 +186,4 @@ $conf['cron']['init_script'] = 'cron';
$conf
[
'cron'
][
'crontab_dir'
]
=
'/etc/cron.d'
;
$conf
[
'cron'
][
'wget'
]
=
'/usr/bin/wget'
;
?>
\ No newline at end of file
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment