summaryrefslogtreecommitdiff
path: root/share/opie-login/pre-session
Side-by-side diff
Diffstat (limited to 'share/opie-login/pre-session') (more/less context) (ignore whitespace changes)
-rw-r--r--share/opie-login/pre-session6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/opie-login/pre-session b/share/opie-login/pre-session
index e147afc..1c2b630 100644
--- a/share/opie-login/pre-session
+++ b/share/opie-login/pre-session
@@ -31,6 +31,6 @@ if [ -e /proc/hal/model ]; then
chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc
- devs = /dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \
+ devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \
/dev/fb/0 /dev/vc/0
else
- devs = /dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \
+ devs=/dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \
/dev/sharp* /dev/collie*
@@ -39,3 +39,3 @@ fi
for i in $devs; do
- permin( $i )
+ permin $i
done