[med-svn] r5803 - trunk/packages/ensembl/ensembl/57/debian
Richard Holland
holland-guest at alioth.debian.org
Sun Jan 30 10:37:28 UTC 2011
Author: holland-guest
Date: 2011-01-30 10:37:27 +0000 (Sun, 30 Jan 2011)
New Revision: 5803
Modified:
trunk/packages/ensembl/ensembl/57/debian/init.d
Log:
Ensembl init.d
Modified: trunk/packages/ensembl/ensembl/57/debian/init.d
===================================================================
--- trunk/packages/ensembl/ensembl/57/debian/init.d 2011-01-30 10:08:20 UTC (rev 5802)
+++ trunk/packages/ensembl/ensembl/57/debian/init.d 2011-01-30 10:37:27 UTC (rev 5803)
@@ -93,6 +93,7 @@
# /var/tmp/ensembl/tmp # and yet another one
for d in /usr/share/ensembl/tmp /var/cache/ensembl
do
+ if [ ! -d "$d" ]; then mkdir $d; fi
chown nobody:nogroup -R "$d"
chmod 755 "$d"
done
More information about the debian-med-commit
mailing list