FreeBSD Bugzilla – Attachment 220718 Details for
Bug 251961
/etc/periodic/daily/221.backup-gpart: daily_backup_gpart_exclude doesn't work properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 221.backup-gpart
221.backup-gpart.diff (text/plain), 498 bytes, created by
Kan Sasaki
on 2020-12-19 13:31:42 UTC
(
hide
)
Description:
patch for 221.backup-gpart
Filename:
MIME Type:
Creator:
Kan Sasaki
Created:
2020-12-19 13:31:42 UTC
Size:
498 bytes
patch
obsolete
>Index: 221.backup-gpart >=================================================================== >--- 221.backup-gpart (¥ê¥Ó¥¸¥ç¥ó 368769) >+++ 221.backup-gpart (ºî¶È¥³¥Ô¡¼) >@@ -54,7 +54,7 @@ > > gpart_devs=$(gpart show | awk '$1 == "=>" { print $4 }') > if [ -n "$daily_backup_gpart_exclude" ]; then >- gpart_devs=$(echo ${gpart_devs} | grep -E -v "${daily_backup_gpart_exclude}") >+ gpart_devs=$(echo "${gpart_devs}" | grep -E -v "${daily_backup_gpart_exclude}") > fi > > if [ -z "$gpart_devs" ]; then
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 251961
: 220718