summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 14:43:02 +0200
committerDirk von Suchodoletz2010-08-22 14:43:02 +0200
commit8e1a6021c2f122f64557f59e6a3e2a1289f9ebb9 (patch)
treefb421a6d571b4aa379479d92ae02bc0994c960b2 /initramfs/stage3-stuff/bin
parent... (diff)
downloadcore-8e1a6021c2f122f64557f59e6a3e2a1289f9ebb9.tar.gz
core-8e1a6021c2f122f64557f59e6a3e2a1289f9ebb9.tar.xz
core-8e1a6021c2f122f64557f59e6a3e2a1289f9ebb9.zip
Changing from ash to sh (better compatibility) ...
Diffstat (limited to 'initramfs/stage3-stuff/bin')
-rwxr-xr-xinitramfs/stage3-stuff/bin/dhcpmkconfig4
-rwxr-xr-xinitramfs/stage3-stuff/bin/hwautocfg2
-rwxr-xr-xinitramfs/stage3-stuff/bin/servconfig4
3 files changed, 5 insertions, 5 deletions
diff --git a/initramfs/stage3-stuff/bin/dhcpmkconfig b/initramfs/stage3-stuff/bin/dhcpmkconfig
index c8c4d40c..b2b78496 100755
--- a/initramfs/stage3-stuff/bin/dhcpmkconfig
+++ b/initramfs/stage3-stuff/bin/dhcpmkconfig
@@ -1,6 +1,6 @@
-#!/bin/ash
+#!/bin/sh
# Copyright (c) 2003..2006 - RZ Uni Freiburg
-# Copyright (c) 2006..2008 - OpenSLX GmbH
+# Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg
index e90f80ba..96bec352 100755
--- a/initramfs/stage3-stuff/bin/hwautocfg
+++ b/initramfs/stage3-stuff/bin/hwautocfg
@@ -1,4 +1,4 @@
-#!/bin/ash
+#!/bin/sh
# Copyright (c) 2003..2006 - RZ Uni Freiburg
# Copyright (c) 2006..2010 - OpenSLX GmbH
#
diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig
index dad8f409..1248918e 100755
--- a/initramfs/stage3-stuff/bin/servconfig
+++ b/initramfs/stage3-stuff/bin/servconfig
@@ -1,6 +1,6 @@
-#!/bin/ash
+#!/bin/sh
# Copyright (c) 2003..2006 - RZ Uni Freiburg
-# Copyright (c) 2006..2008 - OpenSLX GmbH
+# Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING