Projet

Général

Profil

« Précédent | Suivant » 

Révision d629f1ca

Ajouté par Renato Botelho il y a plus de 9 ans

igmpproxy param -d doesn't like the space before optarg. Fixes #3852

Voir les différences:

etc/inc/services.inc
1371 1371
        fclose($igmpfl);
1372 1372
	unset($igmpconf);
1373 1373

  
1374
	/* NOTE: -d 4 means everything LOG_WARNING and smaller */
1375
        mwexec("/usr/local/sbin/igmpproxy -d 4 -c {$g['tmp_path']}/igmpproxy.conf");
1374
	/* NOTE: -d4 means everything LOG_WARNING and smaller */
1375
        mwexec("/usr/local/sbin/igmpproxy -d4 -c {$g['tmp_path']}/igmpproxy.conf");
1376 1376
        log_error(gettext("Started IGMP proxy service."));
1377 1377

  
1378 1378
        return 0;

Formats disponibles : Unified diff