aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2003-02-15 16:29:20 +0000
committerJohn Hay <jhay@FreeBSD.org>2003-02-15 16:29:20 +0000
commit160b4bbe6a2c18f690194183be4a5ef3475088f3 (patch)
tree00729877c72a1b8a388e5957d49f28c55e7afe03 /etc
parentdcd04f0d835be4b5b934d78ccc7576e012bdde1d (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/initdiskless2
-rw-r--r--etc/rc.diskless12
-rw-r--r--etc/rc.initdiskless2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/initdiskless b/etc/rc.d/initdiskless
index 5ddc768a43c8..fcd947cf04f0 100644
--- a/etc/rc.d/initdiskless
+++ b/etc/rc.d/initdiskless
@@ -111,7 +111,7 @@ mount_md() {
#
create_md() {
if [ "x`eval echo \\$md_created_$1`" = "x" ]; then
- if [ "x`eval echo \$md_size_$1`" = "x" ]; then
+ if [ "x`eval echo \\$md_size_$1`" = "x" ]; then
md_size=4096
else
md_size=`eval echo \\$md_size_$1`
diff --git a/etc/rc.diskless1 b/etc/rc.diskless1
index bc00844653c4..1499d669d6f4 100644
--- a/etc/rc.diskless1
+++ b/etc/rc.diskless1
@@ -86,7 +86,7 @@ mount_md() {
#
create_md() {
if [ "x`eval echo \\$md_created_$1`" = "x" ]; then
- if [ "x`eval echo \$md_size_$1`" = "x" ]; then
+ if [ "x`eval echo \\$md_size_$1`" = "x" ]; then
md_size=4096
else
md_size=`eval echo \\$md_size_$1`
diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless
index 5ddc768a43c8..fcd947cf04f0 100644
--- a/etc/rc.initdiskless
+++ b/etc/rc.initdiskless
@@ -111,7 +111,7 @@ mount_md() {
#
create_md() {
if [ "x`eval echo \\$md_created_$1`" = "x" ]; then
- if [ "x`eval echo \$md_size_$1`" = "x" ]; then
+ if [ "x`eval echo \\$md_size_$1`" = "x" ]; then
md_size=4096
else
md_size=`eval echo \\$md_size_$1`