Skip to content
Snippets Groups Projects
Commit b151a2ff authored by tbrehm's avatar tbrehm
Browse files

- Fixed a bug in bind restart code.

- Updated debian installation instructions.
parent aa3ea245
No related branches found
No related tags found
2 merge requests!46Master,!21Master
...@@ -152,13 +152,13 @@ apt-get -y install vlogger webalizer ...@@ -152,13 +152,13 @@ apt-get -y install vlogger webalizer
apt-get -y install build-essential autoconf automake1.9 libtool flex bison debhelper apt-get -y install build-essential autoconf automake1.9 libtool flex bison debhelper
cd /tmp cd /tmp
wget http://olivier.sessink.nl/jailkit/jailkit-2.11.tar.gz wget http://olivier.sessink.nl/jailkit/jailkit-2.12.tar.gz
tar xvfz jailkit-2.11.tar.gz tar xvfz jailkit-2.12.tar.gz
cd jailkit-2.11 cd jailkit-2.12
./debian/rules binary ./debian/rules binary
cd .. cd ..
dpkg -i jailkit_2.11-1_*.deb dpkg -i jailkit_2.12-1_*.deb
rm -rf jailkit-2.11* rm -rf jailkit-2.12*
8) Install fail2ban (optional but recomended, because the monitor tries to show the log) 8) Install fail2ban (optional but recomended, because the monitor tries to show the log)
More info at: http://www.howtoforge.com/fail2ban_debian_etch More info at: http://www.howtoforge.com/fail2ban_debian_etch
...@@ -168,8 +168,8 @@ apt-get -y install fail2ban ...@@ -168,8 +168,8 @@ apt-get -y install fail2ban
9) Install ISPConfig 3 9) Install ISPConfig 3
cd /tmp cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.tar.gz wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.2.tar.gz
tar xvfz ISPConfig-3.0.2.tar.gz tar xvfz ISPConfig-3.0.2.2.tar.gz
cd ispconfig3_install/install/ cd ispconfig3_install/install/
# Now start the installation process by executing: # Now start the installation process by executing:
......
...@@ -115,7 +115,7 @@ class dns_module { ...@@ -115,7 +115,7 @@ class dns_module {
function restartBind($action = 'restart') { function restartBind($action = 'restart') {
global $app; global $app,$conf;
$daemon = ''; $daemon = '';
if(is_file($conf['init_scripts'] . '/' . 'bind9')) { if(is_file($conf['init_scripts'] . '/' . 'bind9')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment