From dcab2aff7bf9659334e6dda7f50caccbe849213e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 14 Jul 2010 15:31:30 -0700 Subject: Enable putting core files /var/core For serviceablity put core files in /var/core. But core file will still not be created unless process is running with permission to write there, and has ulimit permission. --- debian/vyatta-cfg-system.postinst.in | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 3c3c2e40..1058f718 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -147,6 +147,7 @@ fi # create needed directories mkdir -p /var/log/user +mkdir -p /var/core touch /etc/environment -- cgit v1.2.3