]> git.pld-linux.org Git - packages/man-db.git/commitdiff
man-db cron should not exit with failure when cleaning up lock auto/th/man-db-2.6.5-4
authorElan Ruusamäe <glen@delfi.ee>
Fri, 22 Nov 2013 09:19:59 +0000 (11:19 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 22 Nov 2013 09:20:27 +0000 (11:20 +0200)
man-db.daily
man-db.spec

index 726a8a9f31bcf68658369cdde52c811fa123bee8..0bc24e50c8721ae3dc718c93f79de622c792b3a2 100644 (file)
@@ -19,7 +19,7 @@ LOCKFILE=/var/lock/man-db.lock
 # happen is that they will temporarily corrupt the database
 [ -f $LOCKFILE ] && exit 0
 
-trap "{ rm -f $LOCKFILE ; exit 255; }" EXIT
+trap "{ rm -f $LOCKFILE ; exit 0; }" EXIT
 touch $LOCKFILE
 # create/update the mandb database
 mandb $OPTS
index 6cd585839012edd6af16ef5861ccddae3b2b3882..8e0c9114929e6c801f3e106ea66a52c551aff9ee 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Tools for searching and reading man pages
 Summary(pl.UTF-8):     Narzędzia do przeszukiwania i czytania stron podręcznika man
 Name:          man-db
 Version:       2.6.5
-Release:       3
+Release:       4
 # project man-db  GPLv2+
 # Gnulib part     GPLv3+
 License:       GPL v2+ and GPL v3+
This page took 0.119284 seconds and 4 git commands to generate.