FreeBSD Bugzilla – Attachment 131272 Details for
Bug 175311
add "dump" fs type support to rc.d/dumpon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.txt
file.diff (text/plain), 805 bytes, created by
Enji Cooper
on 2013-01-14 22:50:00 UTC
(
hide
)
Description:
file.txt
Filename:
MIME Type:
Creator:
Enji Cooper
Created:
2013-01-14 22:50:00 UTC
Size:
805 bytes
patch
obsolete
>From 16921efded40ef4c7800f07157f0e52be4cf8121 Mon Sep 17 00:00:00 2001 >From: Garrett Cooper <yaneurabeya@gmail.com> >Date: Mon, 14 Jan 2013 14:39:59 -0800 >Subject: [PATCH] Support the pseudo fs_vfstype == "dump" noted in savecore(8) > >Signed-off-by: Garrett Cooper <yaneurabeya@gmail.com> >--- > etc/rc.d/dumpon | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/etc/rc.d/dumpon b/etc/rc.d/dumpon >index ce5fc1c..981ff84 100755 >--- a/etc/rc.d/dumpon >+++ b/etc/rc.d/dumpon >@@ -40,7 +40,12 @@ dumpon_start() > return $? > fi > while read dev mp type more ; do >- [ "${type}" = "swap" ] || continue >+ case "$type" in >+ dump|swap) >+ ;; >+ *) >+ continue;; >+ esac > [ -c "${dev}" ] || continue > dumpon_try "${dev}" 2>/dev/null && return 0 > done </etc/fstab >-- >1.8.0.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 175311
: 131272