Page MenuHomeFreeBSD

D19441.id54924.diff
No OneTemporary

D19441.id54924.diff

Index: head/libexec/rc/rc.d/growfs
===================================================================
--- head/libexec/rc/rc.d/growfs
+++ head/libexec/rc/rc.d/growfs
@@ -57,7 +57,7 @@
;;
zfs)
pool=${FSDEV%%/*}
- rootdev=$(zpool list -v $pool | tail -n 1 | awk '{ print $1 }')
+ rootdev=$(zpool list -v $pool | awk 'END { print $1 }')
;;
*)
echo "Don't know how to grow root filesystem type: $FSTYPE"

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 18, 6:29 AM (16 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31703530
Default Alt Text
D19441.id54924.diff (419 B)

Event Timeline