~ubuntu-branches/ubuntu/lucid/ethtool/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/ethtool.if-pre-up

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum, Serge Hallyn, Clint Byrum
  • Date: 2011-05-05 16:21:33 UTC
  • Revision ID: james.westby@ubuntu.com-20110505162133-nxnvihws1iwtv3t9
Tags: 6+20091202-1ubuntu1
[ Serge Hallyn ]
* Anibal Monsalve Salazar <anibal@debian.org>: Move ethtool to
  /sbin from /usr/sbin (LP: #280421)
* Ben Hutchings <ben@decadent.org.uk>: ethtool.if-up: Remove
  dependency on commands installed under /usr (Closes: #589123)


[ Clint Byrum ]
* debian/rules: install a symlink in /usr so we don't break any 
  scripts that have explicitly mentioned the path to the file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
ETHTOOL=/usr/sbin/ethtool
 
3
ETHTOOL=/sbin/ethtool
4
4
 
5
5
test -x $ETHTOOL || exit 0
6
6