aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-18 14:53:46 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-18 14:53:46 +0300
commit7c8140491ce8547fe45a791fb0a185817b5ff8ec (patch)
tree079f04ba8448930c9bc926bd7d2d71a5efa3b04f /src/Makefile.am
parent1c754c175e78d36aec8c4437d5a024169445f798 (diff)
downloadwydawca-7c8140491ce8547fe45a791fb0a185817b5ff8ec.tar.gz
wydawca-7c8140491ce8547fe45a791fb0a185817b5ff8ec.tar.bz2
Remove spool locking
* NEWS: Document changes. * doc/wydawca.texi: Document changes. * src/Makefile.am: Remove lock.c * src/lock.c: Delete. * src/config.c: Remove the locking statement. * tests/etc/wydawca.cfin: Likewise. * src/wydawca.c: Check pidfile before startup, unless in dry-run mode. * src/wydawca.h: Remove prototypes of locking functions * src/process.c (scan_spool_unlocked): Merge into scan_spool. * src/timer.c (struct timer_slot): Use reference counter instead of timer state
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9d9d4d9..f7a2201 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,6 @@ wydawca_SOURCES=\
event.c\
gpg.c\
interval.c\
- lock.c\
module.c\
net.c\
pidfile.c\

Return to:

Send suggestions and report system problems to the System administrator.