~ubuntu-branches/ubuntu/jaunty/ifupdown/jaunty-201309120846

« back to all changes in this revision

Viewing changes to debian/preinst

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-03-05 14:13:53 UTC
  • Revision ID: james.westby@ubuntu.com-20090305141353-ztjz8iwauxl771sg
Tags: 0.6.8ubuntu19
* debian/ifupdown.udev: In fact, there's no reason not to call the ifup
  unconditionally either; if it doesn't have a driver, but is listed in
  /etc/network/interfaces with "auto" we can still have a crack at
  bringing it up.  We may as well make the /var/run/network directory
  in this rule too.
* debian/loopback.init: Then this init script can go away.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
EOF
25
25
fi
26
26
 
 
27
# Remove the loopback init script
 
28
if [ -e /etc/init.d/loopback ]; then
 
29
  rm -f /etc/init.d/loopback
 
30
fi
 
31
 
27
32
#DEBHELPER#