~ubuntu-branches/ubuntu/oneiric/ndiswrapper/oneiric

« back to all changes in this revision

Viewing changes to utils/ndiswrapper

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2010-02-14 14:28:28 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20100214142828-8flgmglc6qpv8l64
Tags: upstream-1.56
ImportĀ upstreamĀ versionĀ 1.56

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
if (`uname -r` =~ /(\d+)\.(\d+)\.(\d+)/) {
58
58
    if ($2 > 4) {
59
59
        if (-d "/etc/modprobe.d") {
60
 
            $modconf = "/etc/modprobe.d/ndiswrapper";
 
60
            $modconf = "/etc/modprobe.d/ndiswrapper.conf";
61
61
        } else {
62
62
            $modconf = "/etc/modprobe.conf";
63
63
        }