summaryrefslogtreecommitdiff
path: root/share/opie-login/pre-session
Unidiff
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
@@ -29,13 +29,13 @@ permin ()
29if [ -e /proc/hal/model ]; then 29if [ -e /proc/hal/model ]; then
30 # fix for misconfigured devfsd 30 # fix for misconfigured devfsd
31 chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc 31 chmod +x /dev/sound /dev/touchscreen /dev/fb /dev/vc
32 devs = /dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \ 32 devs=/dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \
33 /dev/fb/0 /dev/vc/0 33 /dev/fb/0 /dev/vc/0
34else 34else
35 devs = /dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \ 35 devs=/dev/dsp /dev/dsp1 /dev/mixer /dev/ts /dev/fb0 \
36 /dev/sharp* /dev/collie* 36 /dev/sharp* /dev/collie*
37fi 37fi
38 38
39for i in $devs; do 39for i in $devs; do
40 permin( $i ) 40 permin $i
41done 41done