author | groucho <groucho> | 2003-01-31 16:46:19 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-31 16:46:19 (UTC) |
commit | 0d5ec3a2162111161fed2022851ebfbc4d6d0333 (patch) (unidiff) | |
tree | 9b5e9b26f7c1dccf39eaaa2a469959d6a9e2cc23 | |
parent | 11a658a116e322e6299fa7fa3180ff8b56b4cf21 (diff) | |
download | opie-0d5ec3a2162111161fed2022851ebfbc4d6d0333.zip opie-0d5ec3a2162111161fed2022851ebfbc4d6d0333.tar.gz opie-0d5ec3a2162111161fed2022851ebfbc4d6d0333.tar.bz2 |
Fixed typo- permin ->permout
-rw-r--r-- | share/opie-login/post-session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/opie-login/post-session b/share/opie-login/post-session index 7016743..bc88902 100644 --- a/share/opie-login/post-session +++ b/share/opie-login/post-session | |||
@@ -1,15 +1,15 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | permin () | 3 | permout () |
4 | { | 4 | { |
5 | if [ -e $1 ] | 5 | if [ -e $1 ] |
6 | then | 6 | then |
7 | chown root $1 | 7 | chown root $1 |
8 | else | 8 | else |
9 | echo Warning: $1 does not exist. | 9 | echo Warning: $1 does not exist. |
10 | return 1 | 10 | return 1 |
11 | fi | 11 | fi |
12 | } | 12 | } |
13 | 13 | ||
14 | if [ -e /proc/hal/model ]; then | 14 | if [ -e /proc/hal/model ]; then |
15 | devs = /dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \ | 15 | devs = /dev/sound/dsp /dev/sound/mixer /dev/touchscreen/0 \ |