Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
4d99a36fdb
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      package/base/linux/linux.desc
  2. +1
    -1
      package/base/linux/linux26/81-reiser-suiddir.patch

+ 3
- 3
package/base/linux/linux.desc

@ -49,9 +49,9 @@
#endif
#if xpkg == linux26.*
[V] 2.6.10
[D] 3213835411 linux-2.6.10.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
[D] 3131873068 patch-2.6.10-pa0.gz http://cvs.parisc-linux.org/download/linux-2.6/
[V] 2.6.11
[D] 12753856 linux-2.6.11.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
[D] 350190990 patch-2.6.11-pa1.gz http://cvs.parisc-linux.org/download/linux-2.6/
#endif
[CD] <COPY> for x in $cachedir/linux2[46].cache; do cp $x $confdir/$pkg.cache; done

+ 1
- 1
package/base/linux/linux26/81-reiser-suiddir.patch

@ -30,9 +30,9 @@
+ inode->i_mode |= S_ISUID;
+ }
+#endif
DQUOT_INIT(inode);
return 0 ;
}
--- ./fs/Kconfig.orig 2003-01-13 10:00:39.000000000 +0100
+++ ./fs/Kconfig 2003-01-13 10:04:55.000000000 +0100
@@ -252,6 +252,35 @@

Loading…
Cancel
Save