]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nslu2-binary-only/unslung-rootfs/rc.quota-diversion.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nslu2-binary-only / unslung-rootfs / rc.quota-diversion.patch
1 --- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.quota.orig 2004-07-27 23:37:55.000000000 -0400
2 +++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.quota      2004-09-01 21:58:08.000000000 -0400
3 @@ -1,5 +1,7 @@
4  #!/bin/sh
5  
6 +if ( [ -f /unslung/rc.quota ] && . /unslung/rc.quota ) ; then return 0 ; fi
7 +
8  # Check and turn on disk quota.
9  if [ -x "/usr/bin/quotacheck" ]
10  then