diff options
Diffstat (limited to '')
-rwxr-xr-x | aataaj.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -61,7 +61,7 @@ joysticks. | |||
61 | 61 | ||
62 | 62 | ||
63 | Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current | 63 | Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current |
64 | directory" it seems. So you have to hard cade the path. Make sure your | 64 | directory" it seems. So you have to hard code the path. Make sure your |
65 | ~/.asoundrc or /etc/asoundrc includes something like this - | 65 | ~/.asoundrc or /etc/asoundrc includes something like this - |
66 | 66 | ||
67 | </var/lib/aataaj/asoundrc> | 67 | </var/lib/aataaj/asoundrc> |
@@ -140,11 +140,11 @@ if 0 ~= #args then | |||
140 | print(Help) | 140 | print(Help) |
141 | return(0) | 141 | return(0) |
142 | else | 142 | else |
143 | print("Usage: /etc/init.d/aataajScan.lua {start|stop|restart|force-reload|status}") | 143 | print("Usage: /etc/init.d/aataaj.lua {start|stop|restart|force-reload|status}") |
144 | return(1) | 144 | return(1) |
145 | end | 145 | end |
146 | else | 146 | else |
147 | print("Usage: /etc/init.d/aataajScan.lua {help|start|stop|restart|force-reload|status|JACK}") | 147 | print("Usage: /etc/init.d/aataaj.lua {help|start|stop|restart|force-reload|status|JACK}") |
148 | return(1) | 148 | return(1) |
149 | end | 149 | end |
150 | 150 | ||