~ubuntu-branches/ubuntu/maverick/ifupdown/maverick-security

« back to all changes in this revision

Viewing changes to debian/ifupdown.network-interface.upstart

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-12-04 10:11:38 UTC
  • Revision ID: james.westby@ubuntu.com-20091204101138-5do6xi0potgxu3ow
Tags: 0.6.8ubuntu22
* Add AppArmor boot-time bits to upstart jobs.
* Due to debhelper always adding /etc/init.d symlinks, we must
  manually remove /etc/init.d/networking for as long as netbase
  still provides it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
description     "configure network device"
8
8
 
9
 
start on net-device-added
 
9
start on net-device-added and started network-interface-security
10
10
stop on net-device-removed INTERFACE=$INTERFACE
11
11
 
12
12
instance $INTERFACE