~ubuntu-branches/ubuntu/maverick/nslu2-utils/maverick

« back to all changes in this revision

Viewing changes to files/initscripts/zleds-stop

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2009-10-29 09:49:53 UTC
  • Revision ID: james.westby@ubuntu.com-20091029094953-1f2u1uv5wt0j1v2g
Tags: 20080403-4
* ACK NMU. Closes: #545204
* Fix name of start script called by stop scripts (broken by NMU).
  Closes: #547672
* Drop the nslu2-rtc init script, since rtc_dev has been built into
  the kernel since before the release of stable. Closes: #509719
* Fix preinst to be set -e.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
### END INIT INFO
13
13
 
14
14
case "$1" in
15
 
start)  /etc/init.d/leds stop
 
15
start)  /etc/init.d/leds-lvl1 stop
16
16
        ;;
17
17
restart|force-reload|*)
18
18
        echo "led change: $1: command ignored" >&2