Falko Timme
2013-10-22 391e05cbee6ff84bce60b665be60b4e5f049ee7f
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');
      }