]> git.pld-linux.org Git - packages/devfsd.git/blob - devfsd-kernel2.5.patch
- bcond_with(out) is followed by one \t, then bcond's name.
[packages/devfsd.git] / devfsd-kernel2.5.patch
1 --- devfsd/devfsd.c.wiget       2003-06-12 16:56:19.676686669 +0200
2 +++ devfsd/devfsd.c     2003-06-12 16:57:11.930779628 +0200
3 @@ -1239,10 +1239,8 @@
4      }
5      argv[0] = "/sbin/modprobe";
6      argv[1] = "-k";
7 -    argv[2] = "-C";
8 -    argv[3] = "/etc/modules.devfs";
9 -    argv[4] = device;
10 -    argv[5] = NULL;
11 +    argv[2] = device;
12 +    argv[3] = NULL;
13      snprintf (device, sizeof (device), "/dev/%s", info->devname);
14      if (trace_level > 1)
15         fprintf (stderr, "%s modprobe with name: \"%s\"\n",
16 @@ -1252,7 +1250,7 @@
17         char **oldenv = environ;
18  
19         environ = env;
20 -       (*modprobe) (5, argv);
21 +       (*modprobe) (3, argv);
22         environ = oldenv;
23         return;
24      }
This page took 0.261066 seconds and 3 git commands to generate.