lockfile-progs 0.1.16 source package in Ubuntu
Changelog
lockfile-progs (0.1.16) unstable; urgency=low * Remove unused rc variable in chk() to silence gcc warning. Thanks to Matthias Klose <email address hidden> for the report, and thanks to Aurelien Jarno <email address hidden> for the 0.1.15.1 NMU. (Closes: #625384) * Use L_PID rather than L_PPID when appropriate. In cases where lockfile_create() and lockfile_check() were being called with L_PID, use L_PPID to capture the parent's PID. Capturing the PID of the lockfile-create or lockfile-check process made no sense. Thanks to Zrin Žiborski <email address hidden> for the report, Larry Diegel for the patch, and Sebastian Siewior <email address hidden> for the suggestion to update the documentation. (Closes: #626752) -- Rob Browning <email address hidden> Sun, 21 Aug 2011 18:54:27 -0500
Upload details
- Uploaded by:
- Rob Browning
- Uploaded to:
- Sid
- Original maintainer:
- Rob Browning
- Architectures:
- any
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lockfile-progs_0.1.16.dsc | 754 bytes | 02694672320d62ffdaad2e065848f09425eb2588071fd82446204a9095910f49 |
lockfile-progs_0.1.16.tar.gz | 152.2 KiB | f95132d632687af971da830497f06257fa86aedbc4b76874456652f06a0a8a69 |
No changes file available.
Binary packages built by this source
- lockfile-progs: Programs for locking and unlocking files and mailboxes
This package includes several programs to safely lock and unlock
files and mailboxes from the command line. These include:
.
lockfile-create
lockfile-remove
lockfile-touchlock
mail-lock
mail-unlock
mail-touchlock
.
These programs use liblockfile to perform the file locking and
unlocking, so they are guaranteed compatible with Debian's
file locking policies.