Fixed: FS#1376 - Add info in centos manual about reconfiguring sudo for backup
| | |
| | | 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: |
| | |
| | | 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 |
| | | |
| | |
| | | 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); |
| | | |
| | | |
| | | } |
| | | |