Patch for vzctl-3.0.10.tar.bz2 on Debian Sarge systems [message #4246] |
Mon, 03 July 2006 12:46  |
mragucci
Messages: 2 Registered: July 2006
|
Junior Member |
|
|
Hi all,
I experienced some problems while creating a .deb file with 'fakeroot
debian/rules binary' and installing it with dpkg -i.
Therefore I created a small diff file which you'll find attached to this
mail.
Those are the changes I made:
- Path /var/lock/subsys does not exist on "clean" installations
Modified preinst script to create path (if not there)
Modified postrm script to remote path (only during purge)
- debian/control file was modified. vzkernel is no more dependency,
because
this isn't an official packet at Debian repositories
Also I added a dependency for libc6
- src/Makefile contained an error in line 221, fixed
Hope you find the modifications useful. Keep up the great work!
Bye,
Mario Ragucci
|
|
|