diff options
| author | Christian Rößler | 2013-11-29 17:16:05 +0100 |
|---|---|---|
| committer | Christian Rößler | 2013-11-29 17:16:05 +0100 |
| commit | 9c57fcca89bb9d7a62b2a2ba339bd3005beebf69 (patch) | |
| tree | 337caefe10feb7368c1843e18abe75be1e176cf2 /remote/modules/vbox/data | |
| parent | [systemd] Env variables added for kmod compiling/linking when no kmod in system. (diff) | |
| download | tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.tar.gz tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.tar.xz tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.zip | |
[diverse modules] data dir: Changes shebangs to /bin/ash
Diffstat (limited to 'remote/modules/vbox/data')
| -rwxr-xr-x | remote/modules/vbox/data/addon-init | 2 | ||||
| -rwxr-xr-x | remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vbox/data/addon-init b/remote/modules/vbox/data/addon-init index d3c3fa47..825203c0 100755 --- a/remote/modules/vbox/data/addon-init +++ b/remote/modules/vbox/data/addon-init @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ash addgroup vboxusers nscd -i group diff --git a/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env b/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env index a4d10cbf..9b1d8489 100755 --- a/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env +++ b/remote/modules/vbox/data/opt/openslx/scripts/systemd-vbox_env @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ash # Copyright (c) 2009 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. |
