summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.alpha/MAKEDEV2
-rw-r--r--etc/etc.amd64/MAKEDEV2
-rw-r--r--etc/etc.cats/MAKEDEV2
-rw-r--r--etc/etc.hp300/MAKEDEV2
-rw-r--r--etc/etc.hppa/MAKEDEV2
-rw-r--r--etc/etc.i386/MAKEDEV2
-rw-r--r--etc/etc.luna88k/MAKEDEV2
-rw-r--r--etc/etc.mac68k/MAKEDEV6
-rw-r--r--etc/etc.macppc/MAKEDEV2
-rw-r--r--etc/etc.mvme68k/MAKEDEV2
-rw-r--r--etc/etc.mvme88k/MAKEDEV2
-rw-r--r--etc/etc.sgi/MAKEDEV2
-rw-r--r--etc/etc.sparc/MAKEDEV2
-rw-r--r--etc/etc.sparc64/MAKEDEV2
-rw-r--r--etc/etc.vax/MAKEDEV2
-rw-r--r--etc/etc.zaurus/MAKEDEV2
16 files changed, 18 insertions, 18 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV
index 4e31d5802b2..35d56f46e76 100644
--- a/etc/etc.alpha/MAKEDEV
+++ b/etc/etc.alpha/MAKEDEV
@@ -106,7 +106,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV
index 5ef873d9878..336b1d86788 100644
--- a/etc/etc.amd64/MAKEDEV
+++ b/etc/etc.amd64/MAKEDEV
@@ -118,7 +118,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV
index 4963e5343fe..feed3236cbf 100644
--- a/etc/etc.cats/MAKEDEV
+++ b/etc/etc.cats/MAKEDEV
@@ -100,7 +100,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV
index b79fe3edf44..b51bbb87cf9 100644
--- a/etc/etc.hp300/MAKEDEV
+++ b/etc/etc.hp300/MAKEDEV
@@ -90,7 +90,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV
index e30f0742372..31145641e7f 100644
--- a/etc/etc.hppa/MAKEDEV
+++ b/etc/etc.hppa/MAKEDEV
@@ -92,7 +92,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index aff127eacc8..b5cdd8fe6f4 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -120,7 +120,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.luna88k/MAKEDEV b/etc/etc.luna88k/MAKEDEV
index 82d4126c493..336ce72c72f 100644
--- a/etc/etc.luna88k/MAKEDEV
+++ b/etc/etc.luna88k/MAKEDEV
@@ -83,7 +83,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.mac68k/MAKEDEV b/etc/etc.mac68k/MAKEDEV
index a1729ff892a..2fbd7739832 100644
--- a/etc/etc.mac68k/MAKEDEV
+++ b/etc/etc.mac68k/MAKEDEV
@@ -81,7 +81,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
@@ -244,8 +244,8 @@ adb)
;;
asc*)
- M asc$U c 36 $U
- ;;
+ M asc$U c 36 $U
+ ;;
xfs*)
M xfs$U c 51 $U 600
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV
index 29c002c9f33..4f84c3c1d46 100644
--- a/etc/etc.macppc/MAKEDEV
+++ b/etc/etc.macppc/MAKEDEV
@@ -103,7 +103,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.mvme68k/MAKEDEV b/etc/etc.mvme68k/MAKEDEV
index 44a301fe8fc..4e1f118df06 100644
--- a/etc/etc.mvme68k/MAKEDEV
+++ b/etc/etc.mvme68k/MAKEDEV
@@ -86,7 +86,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.mvme88k/MAKEDEV b/etc/etc.mvme88k/MAKEDEV
index e8c1a72d9ec..379fb938e21 100644
--- a/etc/etc.mvme88k/MAKEDEV
+++ b/etc/etc.mvme88k/MAKEDEV
@@ -82,7 +82,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV
index 11c0536614d..13a906d339e 100644
--- a/etc/etc.sgi/MAKEDEV
+++ b/etc/etc.sgi/MAKEDEV
@@ -86,7 +86,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV
index d44bcf95f3e..c119bdab82f 100644
--- a/etc/etc.sparc/MAKEDEV
+++ b/etc/etc.sparc/MAKEDEV
@@ -97,7 +97,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV
index 3c087630c0e..776b02a5685 100644
--- a/etc/etc.sparc64/MAKEDEV
+++ b/etc/etc.sparc64/MAKEDEV
@@ -114,7 +114,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index 716abc878f6..b648e26132e 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/etc/etc.vax/MAKEDEV
@@ -98,7 +98,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}
diff --git a/etc/etc.zaurus/MAKEDEV b/etc/etc.zaurus/MAKEDEV
index fb31f89e01b..b774215de32 100644
--- a/etc/etc.zaurus/MAKEDEV
+++ b/etc/etc.zaurus/MAKEDEV
@@ -102,7 +102,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}