Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 20:34:11 GMT
From:      def@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r293095 - soc2013/def/crashdump-head/etc/rc.d
Message-ID:  <201510262034.t9QKYBrW056411@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: def
Date: Mon Oct 26 20:34:11 2015
New Revision: 293095
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=293095

Log:
  Use dumpon flags from rc.conf in rc.d script dumpon.

Modified:
  soc2013/def/crashdump-head/etc/rc.d/dumpon

Modified: soc2013/def/crashdump-head/etc/rc.d/dumpon
==============================================================================
--- soc2013/def/crashdump-head/etc/rc.d/dumpon	Mon Oct 26 20:33:37 2015	(r293094)
+++ soc2013/def/crashdump-head/etc/rc.d/dumpon	Mon Oct 26 20:34:11 2015	(r293095)
@@ -16,7 +16,7 @@
 
 dumpon_try()
 {
-	if /sbin/dumpon "${1}" ; then
+	if /sbin/dumpon ${dumpon_flags} "${1}" ; then
 		# Make a symlink in devfs for savecore
 		ln -fs "${1}" /dev/dumpdev
 		return 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510262034.t9QKYBrW056411>