tbrehm
2010-10-26 301b0eb62d5c8bfd8780791428d5f2b750c85118
Fixed: FS#1376 - Add info in centos manual about reconfiguring sudo for backup
3 files modified
27 ■■■■■ changed files
docs/INSTALL_CENTOS_5.2.txt 12 ●●●●● patch | view | raw | blame | history
docs/INSTALL_CENTOS_5.4_dovecot_bind.txt 12 ●●●●● patch | view | raw | blame | history
install/dist/lib/fedora.lib.php 3 ●●●●● patch | view | raw | blame | history
docs/INSTALL_CENTOS_5.2.txt
@@ -162,6 +162,18 @@
mv vlogger-1.3/vlogger /usr/sbin/
rm -rf vlogger*
Edit the file /etc/sudoers
vi /etc/sudoers
and change the line:
Defaults    requiretty
to:
# Defaults    requiretty
7) Install ISPConfig 3
Disable the firewall:
docs/INSTALL_CENTOS_5.4_dovecot_bind.txt
@@ -191,6 +191,18 @@
make install
rm -rf jailkit-2.11*
Edit the file /etc/sudoers
vi /etc/sudoers
and change the line:
Defaults    requiretty
to:
# Defaults    requiretty
7) Install ISPConfig 3
install/dist/lib/fedora.lib.php
@@ -903,6 +903,9 @@
        exec('chown getmail /usr/local/bin/run-getmail.sh');
        exec('chmod 744 /usr/local/bin/run-getmail.sh');
        
        // Edit the file Edit the file /etc/sudoers and comment out the requiregetty line, otherwise the backup function will fail
        replaceLine('/etc/sudoers','Defaults    requiretty','#Defaults    requiretty',0,0);
        
    }