View | Details | Raw Unified | Return to bug 11488
Collapse All | Expand All

(-)a/makewhatis.cron.daily (+1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
[ -z "$DURING_INSTALL" ] || exit 0
3
[ -z "$DURING_INSTALL" ] || exit 0
4
[ -z "$FAKEROOTKEY" ] || exit 0
4
5
5
lockdir=/var/lock/makewhatis/lockdir
6
lockdir=/var/lock/makewhatis/lockdir
6
7
(-)a/makewhatis.cron.weekly (+1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
[ -z "$DURING_INSTALL" ] || exit 0
3
[ -z "$DURING_INSTALL" ] || exit 0
4
[ -z "$FAKEROOTKEY" ] || exit 0
4
5
5
lockdir=/var/lock/makewhatis/lockdir
6
lockdir=/var/lock/makewhatis/lockdir
6
7

Return to bug 11488