
	** NOTICE **
	This is a PRIVATE package, USE IT IN YOUR OWN RISK !!!
	** NOTICE **
	
        1. What is it for ?
           This is a merged/modified version of quota-1.33 and acct-1.1.18,
           and should will be patched cleanly onto kernel 1.2.0

        2. How to patch kernel with this PRIVATE package ?
           0) cd /usr/src; tar zxvf quota-acct.tar.tgz
           1) patch your kernel to the version you want (u should know howto)
           2) cd /usr/src/linux
           3) patch -p1 < ../quota_acct/kdiffs-1.2.0.quota+acct
           4) find /usr/src/linux/. | grep rej
              if there are rej files, please patch *.rej by ur own hand.

        3. How to compile kernel ?
           1) cd /usr/src/linux
           2) make config      (when asking QUOTA, answer Y)
           3) make dep; make clean; make zlilo; rdev -R /vmlinuz 1

        4. How to compile utilities ?
           1) cd /usr/src/quota_acct
           2) cd quota-util; make install; cd ..
           3) cd acct-util; make install

        5. How to enable quota/acct ?
           1) edit /etc/fstab, add "usrquota,grpquota" after the partition
              which you want to enable quota for.
              eg.  /dev/hda1   /home   ext2   defaults,usrquota,grpquota
           2) reboot with new quota kernel
           3) quotaon -avug   (you may add this into /etc/rc.d/rc.local)
           4) accton /usr/adm/acct   (add this to /etc/rc.d/rc.local, too)
           5) quotacheck -avug   (run this every few days)

        6. How to set user quota ?
           1) edquota sample_user  (it will use env EDITOR as editor)
           2) edquota -p sample_user user1 user2 user3 user4 ....
              (use sample_user's quota setup for user1,user2...)

        7. try...quota -v user1...quota -v...
              ...lastcomm...lastcomm user1...

        ps. B'cos QUOTA will change many files which related to file_system,
            so I don't know if this PRIVATE_Patch will work on those kernels
            have UMSDOS/IDE-patch/User-fs... patched or not.
            Of course, you may try patch those UMSDOS/IDE/UserFs patches
            first, then patch this PRIVATE_Patch, then try try see.  :>

        Good Luck !!!

								jdli (Adonis)
