opt/fcron
2022-01-21 15:30:43 +01:00
..
.footprint fcron: update to 3.3.1 2021-12-07 15:57:27 +01:00
.signature fcron: move pid and state files to /run 2022-01-21 15:30:43 +01:00
fcron fcron: move pid and state files to /run 2022-01-21 15:30:43 +01:00
Pkgfile fcron: move pid and state files to /run 2022-01-21 15:30:43 +01:00
pre-install fcron: use systab, use fcron user 2008-11-24 09:32:43 +01:00
README fcron: use systab, use fcron user 2008-11-24 09:32:43 +01:00
systab.orig fcron: use systab, use fcron user 2008-11-24 09:32:43 +01:00

README for fcron 3.x

REQUIREMENTS

PRE/POST-INSTALL

1. Create a user/group fcron with a unused id < 99:

   'groupadd -g 45 fcron'
   'useradd -u 45 -g fcron -d /var/spool/fcron -s /bin/false fcron'
   'passwd -l fcron'

PRECAUTION

   As of version 3.0.4 release 2 frcon is configured to use a 
   user and group fcron instead of daemon/daemon. 
   If you upgrade fcron you have to run rejmerge to get the right
   owner for the files in /etc/fcron and manually adjust the owner
   and group of /var/spool/fcron to fcron.