Projet

Général

Profil

« Précédent | Suivant » 

Révision 354a1d3f

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
1286 1286
        fclose($igmpfl);
1287 1287
	unset($igmpconf);
1288 1288

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

  
1293 1293
        return 0;

Formats disponibles : Unified diff