default locations for fcron config settings (don't use store path)
svn path=/nixpkgs/trunk/; revision=13366
This commit is contained in:
parent
a4a95f2962
commit
eb0f06a162
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue