This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright 2001, 2002 Georges Menie (www.menie.org) | |
stdarg version contributed by Christian Ettinger | |
This program is free software; you can redistribute it and/or modify | |
it under the terms of the GNU Lesser General Public License as published by | |
the Free Software Foundation; either version 2 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: brightness | |
# Required-Start: $local_fs | |
# Required-Stop: | |
# Default-Start: S | |
# Default-Stop: 0 6 | |
# Short-Description Provides display brightness persistency on laptop computers | |
# Description: Provides display brightness persistency on laptop computers |