Project

General

Profile

« Previous | Next » 

Revision 4ac57979

Added by Christian McDonald almost 3 years ago

Revert "Workaround new pkg(8) behavior causing files with "NULL" in the path to be..."

This reverts commit 8b7ab58088f15bec9f9d5cede5fdcd8e3b9fe10e

View differences:

src/etc/inc/pkg-utils.inc
1524 1524
		$pkg_conf[] = "}\n";
1525 1525
	}
1526 1526

  
1527

  
1528
	/* https://redmine.pfsense.org/issues/13394 */
1529
	$pkg_conf[] = 'FILES_IGNORE_GLOB []';
1530
	$pkg_conf[] = 'FILES_IGNORE_REGEX []';
1531

  
1532 1527
	file_put_contents($pkg_conf_path, $pkg_conf);
1533 1528
}
1534 1529

  

Also available in: Unified diff