summaryrefslogtreecommitdiff
path: root/fcron/README
blob: 32c953931bcdd7d2ea6768b632c89d11210be33a (plain)
    1 README for fcron 3.x
    2 
    3 REQUIREMENTS
    4 
    5 PRE/POST-INSTALL
    6 
    7 1. Create a user/group fcron with a unused id < 99:
    8 
    9    'groupadd -g 45 fcron'
   10    'useradd -u 45 -g fcron -d /var/spool/fcron -s /bin/false fcron'
   11    'passwd -l fcron'
   12 
   13 PRECAUTION
   14 
   15    As of version 3.0.4 release 2 frcon is configured to use a 
   16    user and group fcron instead of daemon/daemon. 
   17    If you upgrade fcron you have to run rejmerge to get the right
   18    owner for the files in /etc/fcron and manually adjust the owner
   19    and group of /var/spool/fcron to fcron. 

Generated by cgit