Last change
on this file since 2420 was
1761,
checked in by broder, 16 years ago
|
Initial checkin of xvm-munin-config package
|
-
Property svn:executable set to
*
|
File size:
488 bytes
|
Rev | Line | |
---|
[1761] | 1 | #!/bin/bash |
---|
| 2 | ### BEGIN INIT INFO |
---|
| 3 | # Provides: xvm-munin-host-config |
---|
| 4 | # Required-Start: $local_fs $remote_fs |
---|
| 5 | # Required-Stop: $local_fs $remote_fs |
---|
| 6 | # Default-Start: 2 3 4 5 |
---|
| 7 | # Default-Stop: 0 1 6 |
---|
| 8 | # Short-Description: XVM Munin config |
---|
| 9 | # Description: |
---|
| 10 | ### END INIT INFO |
---|
| 11 | |
---|
| 12 | PACKAGE=xvm-munin-host-config |
---|
| 13 | PARENTPACKAGE=munin-node |
---|
| 14 | GEN_FILES=/etc/munin/munin-node.conf.xvm |
---|
| 15 | |
---|
| 16 | dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0 |
---|
| 17 | |
---|
| 18 | . /lib/init/config-init.sh |
---|
| 19 | config_init "$1" |
---|
Note: See
TracBrowser
for help on using the repository browser.