projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
450aebc
)
base-files: fix typo in core dump pattern sysctl entry (fixes #20489)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Sep 2015 08:57:59 +0000
(08:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Sep 2015 08:57:59 +0000
(08:57 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46890
package/base-files/files/etc/sysctl.conf
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/sysctl.conf
b/package/base-files/files/etc/sysctl.conf
index 2ea1f1a8e3a1632feb28d1608eb0c98f9d654b05..7b642fa7ba02a9682739920f15b552235b072ae8 100644
(file)
--- a/
package/base-files/files/etc/sysctl.conf
+++ b/
package/base-files/files/etc/sysctl.conf
@@
-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