Parent Directory
|
Revision Log
Removed all of the CVS-based headers and added /sbin/udevtrigger to the coldplug section of autoconfig, which should allow us to have coldplug-like functionality with newer udev versions.
| 1 | #!/sbin/runscript |
| 2 | |
| 3 | depend() { |
| 4 | before local |
| 5 | } |
| 6 | |
| 7 | start() { |
| 8 | ebegin "Starting spin daemon" |
| 9 | start-stop-daemon --start --quiet --exec /usr/sbin/spind & |
| 10 | eend $? |
| 11 | } |
| 12 | |
| 13 | stop() { |
| 14 | ebegin "Stopping spind" |
| 15 | start-stop-daemon --stop --quiet --exec /usr/sbin/spind |
| 16 | eend $? |
| 17 | } |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |