~ubuntu-branches/ubuntu/oneiric/daemontools/oneiric

« back to all changes in this revision

Viewing changes to debian/daemontools-run.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-04-27 03:23:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090427032353-eulrn8a5yuf2qy9n
Tags: 1:0.76-3ubuntu1
* debian/control
  - updated description of daemontools-run
* debian/daemontools-run.*
  - updated to use upstart (LP: #253465)
* debian/rules
  - install svscan-file to /etc/event.d
* debian/svscan
  - service-file for upstart

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
test "$1" = 'remove' || exit 0
 
5
 
 
6
if test -f /etc/event.d/svscan
 
7
 then
 
8
    echo 'Stopping svscan-service'
 
9
    /sbin/stop svscan
 
10
fi