Codebase list battery-stats / 3c76101
Imported Debian patch 0.3.3-1.2 Peter Eisentraut authored 16 years ago Petter Reinholdtsen committed 8 years ago
2 changed file(s) with 15 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 battery-stats (0.3.3-1.2) unstable; urgency=low
1
2 * Non-maintainer upload.
3 * Added LSB formatted dependency info in init.d script (closes: #468299)
4
5 -- Peter Eisentraut <petere@debian.org> Tue, 01 Apr 2008 22:45:11 +0200
6
07 battery-stats (0.3.3-1.1) unstable; urgency=low
18
29 * Non-maintainer upload.
00 #! /bin/sh
1 #
2 # Start/stop the battery statistics collector
1 ### BEGIN INIT INFO
2 # Provides: battery-stats
3 # Required-Start: $remote_fs $syslog
4 # Required-Stop: $remote_fs $syslog
5 # Default-Start: 2 3 4 5
6 # Default-Stop: 0 1 6
7 # Short-Description: start/stop the battery statistics collector
8 ### END INIT INFO
39 #
410 # Based on skeleton written by Miquel van Smoorenburg <miquels@cistron.nl>.
511 # Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.ai.mit.edu>.