Page MenuHomeFreeBSD

D19441.id.diff
No OneTemporary

D19441.id.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
Tue, May 19, 12:26 AM (1 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33279747
Default Alt Text
D19441.id.diff (419 B)

Event Timeline