Module Name: src
Committed By: joerg
Date: Thu Feb 9 13:38:45 UTC 2012
Modified Files:
src/etc: daily
Log Message:
Don't overwrite run_makemandb. The default is already set in daily.conf.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/etc/daily
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/daily
diff -u src/etc/daily:1.79 src/etc/daily:1.80
--- src/etc/daily:1.79 Tue Feb 7 19:13:30 2012
+++ src/etc/daily Thu Feb 9 13:38:44 2012
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: daily,v 1.79 2012/02/07 19:13:30 joerg Exp $
+# $NetBSD: daily,v 1.80 2012/02/09 13:38:44 joerg Exp $
# @(#)daily 8.2 (Berkeley) 1/25/94
#
@@ -290,8 +290,6 @@ if checkyesno run_skeyaudit; then
fi
fi
-run_makemandb=YES
-
if checkyesno run_makemandb; then
if [ -f /etc/man.conf -a -x /usr/sbin/makemandb ]; then
echo ""