The following commit has been merged in the master branch:
commit d3634cc475c6de2a95542b8169e22df0ce766d67
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Wed Aug 20 09:09:36 2008 +0200
checkinst: Add missing closing parenthesis
diff --git a/cron.d/050checkinst b/cron.d/050checkinst
index 9e863db..fb2356f 100755
--- a/cron.d/050checkinst
+++ b/cron.d/050checkinst
@@ -18,7 +18,7 @@ then
then
echo "cachedir missing." >> $cache
else
- perm=$(ls -ld "$cachedir" | perl -ne 'print "ok" if /^drwx...... \d+
www-data/ || /^d...rws... \d+ [\w-]+\/www-data/'
+ perm=$(ls -ld "$cachedir" | perl -ne 'print "ok" if /^drwx...... \d+
www-data/ || /^d...rws... \d+ [\w-]+\/www-data/')
if [ -z "$perm" ]
then
echo "cachedir has wrong permissions." >> $cache
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]