X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Ffcron;h=6ecb6d5a821675151c03a1e39d4cc17e11d8959b;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=1397f71e49a0833090d1cee094110ee6f0098d57;hpb=114ae232b33e1f8dde2418af5fd3c0f0b5e035dd;p=hvlinux.git diff --git a/stage3/pkg/fcron b/stage3/pkg/fcron index 1397f71..6ecb6d5 100644 --- a/stage3/pkg/fcron +++ b/stage3/pkg/fcron @@ -2,8 +2,8 @@ hvconfig_pre() { - groupadd -f fcron - hv_useradd -c fcron -g fcron fcron + groupadd --system -f fcron + hv_useradd --system -c fcron -g fcron fcron # Create a dummy sendmail executable to fool fcron DUMMY_SM_PATH=/usr/sbin/sendmail @@ -13,7 +13,7 @@ hvconfig_pre() chmod 755 ${DUMMY_SM_PATH} fi - CONFIGURE_OPTS="${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --with-editor=/usr/bin/nano \ --with-boot-install=no \ --with-answer-all=no" @@ -86,4 +86,6 @@ EOF # script-name start stop bootscript_add_rcsysinit fcron 95 84 + + install -v -m644 ${SCRDIR}/misc/fcron.d/* /etc/fcron/fcron.d }