]> git.pld-linux.org Git - packages/devfsd.git/commitdiff
- patch for /dev/drzewo :)
authoradasi <adasi@pld-linux.org>
Mon, 7 Jul 2003 11:21:42 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devfsd-drzewo.patch -> 1.1
    devfsd.spec -> 1.45

devfsd-drzewo.patch [new file with mode: 0644]
devfsd.spec

diff --git a/devfsd-drzewo.patch b/devfsd-drzewo.patch
new file mode 100644 (file)
index 0000000..5ed639f
--- /dev/null
@@ -0,0 +1,10 @@
+--- devfsd/compat_name.c~      Mon Jul  7 01:12:18 2003
++++ devfsd/compat_name.c       Mon Jul  7 01:12:18 2003
+@@ -126,6 +126,7 @@
+     {"tts/",       "ttyS%s"},       /*  Generic serial: must be after others */
+     {"cua/",       "cua%s"},        /*  Generic serial: must be after others */
+     {"input/js",   "js%s"},         /*  Joystick driver                      */
++    {"null",     "drzewo"},
+     {NULL,         NULL}
+ };
index 0cc2b6629e2e7a1ccd11a3e39b9bcacce50f0b56..de44c3ecf2500f9d7f34cb8dcd2a4d6bc6cb3883 100644 (file)
@@ -1,4 +1,3 @@
-%bcond_without kernel25
 Summary:       DevFS Daemon
 Summary(pl):   Demon DevFS
 Name:          devfsd
@@ -12,6 +11,7 @@ Source1:      %{name}.conf
 Patch0:                %{name}-lirc.patch
 Patch1:                %{name}-optflags.patch
 Patch2:                %{name}-kernel2.5.patch
+Patch3:                %{name}-drzewo.patch
 URL:           http://www.atnf.csiro.au/~rgooch/linux/
 Conflicts:     kernel =< 2.2
 Requires:      devfs
@@ -66,9 +66,7 @@ urz
 %setup  -q -n devfsd
 %patch0 -p1
 %patch1 -p1
-%{ifwith kernel25}
 %patch2 -p1
-%endif
 
 %build
 %{__make} CC="%{__cc}" CEXTRAS="%{rpmcflags} -I."
This page took 0.074767 seconds and 4 git commands to generate.