From bafcdae0d37a1f770ade602490f4508236da6279 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 13 Feb 2010 09:48:03 -0600 Subject: [PATCH] Typo in patch/etc_rc.initdiskless-mount-anything.patch --- patch/etc_rc.initdiskless-mount-anything.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/etc_rc.initdiskless-mount-anything.patch b/patch/etc_rc.initdiskless-mount-anything.patch index a98367a..094f47a 100644 --- a/patch/etc_rc.initdiskless-mount-anything.patch +++ b/patch/etc_rc.initdiskless-mount-anything.patch @@ -14,7 +14,7 @@ + eval $(echo ${nfspt} | sed -E 's/^([^:]+):(.*)$/fstype="\1" device="\2"/') + case "${fstype}" in + ufs|msdosfs|cd9660|nfs) ;; -+ # Backwards compatibility. Hopefully someoen didn't name their NFS server 'ufs'... ++ # Backwards compatibility. Hopefully someone didn't name their NFS server 'ufs'... + *) device="${fstype}:${device}"; fstype="nfs" ;; + esac + mount -t "${fstype}" "${device}" "${b}" -- 2.42.0