Skip to content

Commit b151a2f

Browse files
committed
- Fixed a bug in bind restart code.
- Updated debian installation instructions.
1 parent aa3ea24 commit b151a2f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ apt-get -y install vlogger webalizer
152152

153153
apt-get -y install build-essential autoconf automake1.9 libtool flex bison debhelper
154154
cd /tmp
155-
wget http://olivier.sessink.nl/jailkit/jailkit-2.11.tar.gz
156-
tar xvfz jailkit-2.11.tar.gz
157-
cd jailkit-2.11
155+
wget http://olivier.sessink.nl/jailkit/jailkit-2.12.tar.gz
156+
tar xvfz jailkit-2.12.tar.gz
157+
cd jailkit-2.12
158158
./debian/rules binary
159159
cd ..
160-
dpkg -i jailkit_2.11-1_*.deb
161-
rm -rf jailkit-2.11*
160+
dpkg -i jailkit_2.12-1_*.deb
161+
rm -rf jailkit-2.12*
162162

163163
8) Install fail2ban (optional but recomended, because the monitor tries to show the log)
164164
More info at: http://www.howtoforge.com/fail2ban_debian_etch
@@ -168,8 +168,8 @@ apt-get -y install fail2ban
168168
9) Install ISPConfig 3
169169

170170
cd /tmp
171-
wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.tar.gz
172-
tar xvfz ISPConfig-3.0.2.tar.gz
171+
wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.2.tar.gz
172+
tar xvfz ISPConfig-3.0.2.2.tar.gz
173173
cd ispconfig3_install/install/
174174

175175
# Now start the installation process by executing:

server/mods-available/dns_module.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function process($tablename,$action,$data) {
115115

116116

117117
function restartBind($action = 'restart') {
118-
global $app;
118+
global $app,$conf;
119119

120120
$daemon = '';
121121
if(is_file($conf['init_scripts'] . '/' . 'bind9')) {

0 commit comments

Comments
 (0)