forked from pool/kdump
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
|
changeset: 314:f4cf2ef3cc3e
|
||
|
tag: tip
|
||
|
user: Bernhard Walle <bwalle@suse.de>
|
||
|
date: Mon Aug 18 16:39:12 2008 +0200
|
||
|
summary: Change default location of KDUMP_SAVEDIR to "/var/crash"
|
||
|
|
||
|
diff -r f2128430a054 -r f4cf2ef3cc3e ChangeLog
|
||
|
--- a/ChangeLog Fri Aug 15 14:34:55 2008 +0200
|
||
|
+++ b/ChangeLog Mon Aug 18 16:39:12 2008 +0200
|
||
|
@@ -1,3 +1,7 @@
|
||
|
+2008-08-18 Bernhard Walle <bwalle@suse.de>
|
||
|
+
|
||
|
+ * change default location to "/var/crash"
|
||
|
+
|
||
|
2008-08-15 Bernhard Walle <bwalle@suse.de>
|
||
|
|
||
|
* make the kdump init script a boot script ("boot.kdump")
|
||
|
diff -r f2128430a054 -r f4cf2ef3cc3e NEWS
|
||
|
--- a/NEWS Fri Aug 15 14:34:55 2008 +0200
|
||
|
+++ b/NEWS Mon Aug 18 16:39:12 2008 +0200
|
||
|
@@ -1,3 +1,7 @@
|
||
|
+0.6.4
|
||
|
+-----
|
||
|
+ * change default location for KDUMP_SAVEDIR to "/var/crash"
|
||
|
+
|
||
|
0.6.3
|
||
|
-----
|
||
|
* make the kdump init script a boot script ("boot.kdump")
|
||
|
diff -r f2128430a054 -r f4cf2ef3cc3e sysconfig.kdump
|
||
|
--- a/sysconfig.kdump Fri Aug 15 14:34:55 2008 +0200
|
||
|
+++ b/sysconfig.kdump Mon Aug 18 16:39:12 2008 +0200
|
||
|
@@ -91,7 +91,7 @@
|
||
|
# See also: kdump(5) which contains an exact specification for the URL format.
|
||
|
# Consider using the "yast2 kdump" module if you are unsure.
|
||
|
#
|
||
|
-KDUMP_SAVEDIR="file:///var/log/dump"
|
||
|
+KDUMP_SAVEDIR="file:///var/crash"
|
||
|
|
||
|
## Type: integer
|
||
|
## Default: 5
|
||
|
|