/[fai]/trunk/debian/fai-nfsroot.postrm
ViewVC logotype

Contents of /trunk/debian/fai-nfsroot.postrm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4517 - (show annotations) (download)
Tue Aug 21 09:56:06 2007 UTC (5 years, 9 months ago) by lange
File size: 216 byte(s)
make S01fai-abort an init.d script
1 #!/bin/sh -e
2
3 case "$1" in
4 remove)
5 rm /etc/init.d/rcS
6 dpkg-divert --package fai-nfsroot --remove --rename /etc/init.d/rcS
7 ;;
8
9 purge)
10 update-rc.d fai-abort remove > /dev/null
11 ;;
12 esac
13
14 #DEBHELPER#
15
16 exit 0

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5