I would like to disable portsentry at cPanel installation time.
From /scripts/sysup:
Is creating the file /etc/portsentrydisable before installing cPanel the correct method to not install portsentry? Or is there some other method?
From /scripts/sysup:
Code:
if ( -e '/etc/portsentrydisable' ) {
print "Portsentry is disabled and will not be installed\n";
}