#!/bin/sh
# /site/usr/local/bin/fsck_o_large.sh
# Source:		http://www.berklix.com/~jhs/bin/.sh/fsck_o_large.sh
# Manually Installed to:	/site/usr/local/bin/fsck_o_large.sh
# Called by:	 		/site/etc/devd/berklix.conf
# See Also /site/usr/local/bin/fsck.sh

# Purpose: 
#	12.0-CURRENT Mon Jan 15 02:42:07 CET 2018 
#	no longer accepts "-o large" but my older FreeBSD need it.

fsck_o="-o large"

# Allow over ride, read in fsck_usb
. /etc/rc.conf

echo $fsck_o

# Also do this once:
#	xs ln -s ../site/usr/local/bin/fsck_o_large.sh /sbin/fsck_o_large.sh
# As /site will not be in command search path for devd after a reboot.

