Deleted Added
full compact
3a4
> # Copyright (c) 2013 Devin Teske
27c28,30
< # $FreeBSD: stable/10/usr.sbin/bsdinstall/scripts/jail 256340 2013-10-11 20:28:30Z des $
---
> # $FreeBSD: stable/10/usr.sbin/bsdinstall/scripts/jail 258421 2013-11-21 03:40:52Z dteske $
> #
> ############################################################ INCLUDES
29c32,37
< echo "Begun Installation at $(date)" > $BSDINSTALL_LOG
---
> BSDCFG_SHARE="/usr/share/bsdconfig"
> . $BSDCFG_SHARE/common.subr || exit 1
>
> ############################################################ MAIN
>
> f_dprintf "Began Installation at %s" "$( date )"
115c123
< echo "Installation Completed at $(date)" >> $BSDINSTALL_LOG
---
> f_dprintf "Installation Completed at %s" "$(date)"
116a125,127
> ################################################################################
> # END
> ################################################################################