Project

General

Profile

« Previous | Next » 

Revision 54a9d71d

Added by Phil Davis about 12 years ago

Consistent dhcrelay6 pid file location

View differences:

etc/inc/services.inc
1505 1505
		return; /* XXX */
1506 1506
	}
1507 1507

  
1508
	$cmd = "/usr/local/sbin/dhcrelay -6 -pf \"{$g['varetc_path']}/dhcrelay6.pid\"";
1508
	$cmd = "/usr/local/sbin/dhcrelay -6 -pf \"{$g['varrun_path']}/dhcrelay6.pid\"";
1509 1509
	foreach ($dhcrelayifs as $dhcrelayif) {
1510 1510
		$cmd .= " -l {$dhcrelayif}";
1511 1511
	}

Also available in: Unified diff