FS#26979 - [fcron] create cron group in package()
Attached to Project:
Community Packages
Opened by Andrea Scarpino (BaSh) - Thursday, 17 November 2011, 22:24 GMT
Last edited by Thorsten Töpper (Atsutane) - Sunday, 08 January 2012, 20:01 GMT
Opened by Andrea Scarpino (BaSh) - Thursday, 17 November 2011, 22:24 GMT
Last edited by Thorsten Töpper (Atsutane) - Sunday, 08 January 2012, 20:01 GMT
|
Details
Description:
==> Starting package()... groupadd: PAM authentication failed Use the install file to create the needed groups! package() { 49 # Create necessary user and group 50 getent group cron || /usr/sbin/groupadd -g 22 cron 51 getent passwd cron || /usr/sbin/useradd -d / -g cron -u 22 -s /bin/false cron Additional info: * fcron 3.0.6-4 Steps to reproduce: Try to build it. |
This task depends upon