Falko Timme
2013-10-22 d5473beac0fb8fdd2b11be1f7fd286d2aaed1649
install/lib/installer_base.lib.php
@@ -1109,7 +1109,7 @@
      if(is_file('/etc/inetd.conf')) {
         replaceLine('/etc/inetd.conf','/usr/sbin/pure-ftpd-wrapper','#ftp     stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/pure-ftpd-wrapper',0,0);
         exec($inst->getinitcommand('openbsd-inetd', 'restart'));
         exec($this->getinitcommand('openbsd-inetd', 'restart'));
         //if(is_file($conf['init_scripts'].'/'.'openbsd-inetd')) exec($conf['init_scripts'].'/'.'openbsd-inetd restart');
      }