On 2/23/06, Ismael Valladolid Torres <ivalladt@xxxxxxxxxxx> wrote: > Dana Olson escribe: > > Now, to patch your 0.79 PAM, here are the steps for Dapper, should > > work on Debian, just make whatever adjustments you need: > > > > cd /tmp/ > > sudo apt-get install build-essential devscripts fakeroot > > apt-get source libpam-modules > > sudo apt-get build-dep libpam-modules > > wget http://www.ubuntustudio.com/uploads/pam-0.79-rlimits.patch > > cd pam-0.79/ > > mv ../pam-0.79-rlimits.patch debian/patches-applied/61-rlimits > > patch -p1 < debian/patches-applied/61-rlimits > > DEBEMAIL=pam@xxxxxxxxxxxxxxxx dch -v 0.79-3ubuntu9studio1 Added patch > > for rlimits, glibc hack, and default config. > > debuild -us -uc > > sudo dpkg -i /tmp/libpam-modules_0.79-3ubuntu9studio1_i386.deb > > > > Dana. > > It works on Debian sid, ppc. Even I used 0.76 patch over 0.79 sources > and only README got rejected junks. > > Cordially, Ismael > -- > mí, myself et moi http://lamediahostia.blogspot.com/ > http://www.flickr.com/photos/ivalladt/ Yeah, I just applied the 0.76 patch, fixed the README failure by hand and re-made the patch for 0.79, so it is identical, really. Glad it works for you. Dana