Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/growfs
| Show First 20 Lines • Show All 300 Lines • ▼ Show 20 Lines | then | ||||
| echo "Swap partition not found on $pdev" | echo "Swap partition not found on $pdev" | ||||
| exit 0 | exit 0 | ||||
| fi | fi | ||||
| glabel label -v growfs_swap $dev | glabel label -v growfs_swap $dev | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| growfs_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||