>> rc.local

Signed-off-by: Gwenhael Le moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le moine 2010-01-02 11:00:38 +07:00
parent 1030219261
commit 6324c612f4

View file

@ -86,6 +86,11 @@ config() {
}
config etc/rc.d/rc.laptop-mode.new
grep -q "rc\.laptop-mode" /etc/rc.d/rc.local || cat <<EORCLOCAL >> /etc/rc.d/rc.local
[ -x /etc/rc.d/rc.laptop-mode ] && /etc/rc.d/rc.laptop-mode start
EORCLOCAL
EOF
cat <<EOF > install/slack-desc