svn commit: r222365 - head/usr.sbin/pc-sysinstall/backend
Kevin Lo
kevlo at FreeBSD.org
Fri May 27 16:17:36 UTC 2011
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
More information about the svn-src-all
mailing list