Elimintate gratuitous backslash

This commit is contained in:
Jordan K. Hubbard 1998-11-12 20:12:52 +00:00
parent b611e1e3fb
commit a5722078fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41113
5 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ elif [ "$MFS" = "NO" ]; then # can be much bigger
-e '/gzip/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g' \
-e 's/GENERIC/BOOTMFS/g'
fi
echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'

View File

@ -40,7 +40,7 @@ elif [ "$MFS" = "NO" ]; then # can be much bigger
-e '/gzip/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g' \
-e 's/GENERIC/BOOTMFS/g'
fi
echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'

View File

@ -40,7 +40,7 @@ elif [ "$MFS" = "NO" ]; then # can be much bigger
-e '/gzip/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g' \
-e 's/GENERIC/BOOTMFS/g'
fi
echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'

View File

@ -40,7 +40,7 @@ elif [ "$MFS" = "NO" ]; then # can be much bigger
-e '/gzip/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g' \
-e 's/GENERIC/BOOTMFS/g'
fi
echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'

View File

@ -40,7 +40,7 @@ elif [ "$MFS" = "NO" ]; then # can be much bigger
-e '/gzip/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g' \
-e 's/GENERIC/BOOTMFS/g'
fi
echo "options NFS_NOSERVER"
echo 'options "MAXCONS=4"'