Parent Directory
|
Revision Log
Update init script to change squeezeboxserver references to logitechmediaserver. (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
| 1 | # /etc/conf.d/squeezeslave: config file for /etc/init.d/squeezeslave |
| 2 | |
| 3 | # Log file for squeezeslave |
| 4 | SS_LOG="/var/log/squeezeslave.log" |
| 5 | |
| 6 | # MAC address associated with this instance |
| 7 | SS_MAC="00:00:00:00:00:01" |
| 8 | |
| 9 | # IP address of machine running logitechmediaserver |
| 10 | LMS_HOST="127.0.0.1" |
| 11 | |
| 12 | # Other squeezeslave options |
| 13 | SS_OPTS="" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |