Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2011 16:17:35 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222365 - head/usr.sbin/pc-sysinstall/backend
Message-ID:  <201105271617.p4RGHZR5043161@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Fri May 27 16:17:35 2011
New Revision: 222365
URL: http://svn.freebsd.org/changeset/base/222365

Log:
  Whitespace fixes
  
  Reviewed by:	jpaetzel

Modified:
  head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh

Modified: head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh	Fri May 27 16:09:10 2011	(r222364)
+++ head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh	Fri May 27 16:17:35 2011	(r222365)
@@ -219,9 +219,9 @@ setup_fstab()
       # Echo out the fstab entry now
       if [ "${PARTFS}" = "SWAP" ]
       then
-        echo "/dev/${DEVICE}	none			swap		${MNTOPTS}		0	0" >> ${FSTAB}
+        echo "/dev/${DEVICE}	none		swap	${MNTOPTS}	0	0" >> ${FSTAB}
       else
-        echo "/dev/${DEVICE}  	${PARTMNT}			ufs		${MNTOPTS}	1	1" >> ${FSTAB}
+        echo "/dev/${DEVICE}	${PARTMNT}		ufs	${MNTOPTS}	1	1" >> ${FSTAB}
       fi
 
     fi # End of ZFS Check



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105271617.p4RGHZR5043161>