No packages with 9.3-RELEASE? [was: Re: Port Changes FAQ]

Ian Smith smithi at nimnet.asn.au
Thu Jun 19 20:04:27 UTC 2014


On Fri, 20 Jun 2014 05:11:17 +1000, Ian Smith wrote:
 >  		if [ `du -d1 $MOUNTPOINT/packages` -gt $SOMESIZE ]; then

Sorry, late and way too tired; more like:

		if [ `du -sm $MOUNTPOINT/packages | awk '{print $1}'` -ge $SOMEMB ]; then
 > 			# there are significant packages on this media
 > 			export REPOS_DIR="$MOUNTPOINT/packages/repos"			
 > 		fi ;;

g'night, Ian


More information about the freebsd-questions mailing list