default locations for fcron config settings (don't use store path)

svn path=/nixpkgs/trunk/; revision=13366
This commit is contained in:
Marc Weber 2008-11-21 23:53:31 +00:00
parent a4a95f2962
commit eb0f06a162

View File

@ -32,6 +32,10 @@ args.stdenv.mkDerivation {
find -type f | xargs sed -i -e 's@^\(\s\)*chown@\1:@' -e 's@^\(\s\)*chgrp@\1:@'
'';
# default location for pidfile, fifofile, fcronallow, fcrondenay..
# Then we don't need a wrapper to tell fcron where to find another configuration file
postInstall = '' sed -i "s@$out@@" $out/etc/fcron.conf '';
meta = {
description="A command scheduler with extended capabilities over cron and anacron";
homepage = http://fcron.free.fr;