Date:2011-04-22 08:20:12 (12 years 11 months ago)
Author:Xiangfu Liu
Commit:ad4e848b139cf3929addec51be5f1d05ba344913
Message:nanonote-files: restore sound configure when boot

Files: nanonote-files/script-files/etc/init.d/ben-nanonote (1 diff)

Change Details

nanonote-files/script-files/etc/init.d/ben-nanonote
1#!/bin/sh /etc/rc.common
2
3START=99
4STOP=99
5
6start() {
7    /usr/sbin/alsactl restore
8}
9
10stop() {
11    /usr/sbin/alsactl store
12}

Archive Download the corresponding diff file



interactive