Parent Directory
|
Revision Log
syntax fix
| 1 | #!/bin/sh -e |
| 2 | |
| 3 | case "$1" in |
| 4 | configure) |
| 5 | update-alternatives --install /usr/sbin/policy-rc.d policy-rc.d \ |
| 6 | /usr/bin/policy-rc.d.fai 100 |
| 7 | update-rc.d fai-abort start 01 2 . >/dev/null |
| 8 | esac |
| 9 | |
| 10 | #DEBHELPER# |
| 11 | |
| 12 | exit 0 |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |