socsvn commit: r293095 - soc2013/def/crashdump-head/etc/rc.d

def at FreeBSD.org def at FreeBSD.org
Mon Oct 26 20:34:12 UTC 2015


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


More information about the svn-soc-all mailing list