Author: nbd Date: 2015-09-12 10:57:59 +0200 (Sat, 12 Sep 2015) New Revision: 46890
Modified: trunk/package/base-files/files/etc/sysctl.conf Log: base-files: fix typo in core dump pattern sysctl entry (fixes #20489) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/base-files/files/etc/sysctl.conf =================================================================== --- trunk/package/base-files/files/etc/sysctl.conf 2015-09-11 22:36:05 UTC (rev 46889) +++ trunk/package/base-files/files/etc/sysctl.conf 2015-09-12 08:57:59 UTC (rev 46890) @@ -1,5 +1,5 @@ kernel.panic=3 -kernel.core.pattern=/tmp/%e.%t.%p.%s.core +kernel.core_pattern=/tmp/%e.%t.%p.%s.core net.ipv4.conf.default.arp_ignore=1 net.ipv4.conf.all.arp_ignore=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
