* Synced with trunk @ 15058

svn path=/nixos/branches/modular-nixos/; revision=15354
This commit is contained in:
Marc Weber 2009-04-28 13:18:38 +00:00
parent 56be444092
commit c4ad0f5454

View File

@ -67,7 +67,7 @@ start script
do
if [ ! -d "$dir" ]
then
mkdir "$dir" && chown atd:atd "$dir"
mkdir -p "$dir" && chown atd:atd "$dir"
fi
done
chmod 1770 "$spooldir" "$jobdir"