Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / testset / scripts / init-no-lsb
1 #! /bin/sh
2 # No LSB section, but otherwise okay.  (Well, the messages are bad, but we
3 # don't check that yet.)
4
5 case "$1" in
6   start)
7         echo "Blah starting"
8         ;;
9   stop)
10         echo "Blah stopping"
11         ;;
12   restart|force-reload)
13         echo "Blah restarting"
14         ;;
15 esac
16
17 :