squirrelmail/rc.squirrelmail

Wed, 30 Mar 2011 19:35:16 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 30 Mar 2011 19:35:16 +0200
changeset 335
6eb79a12ee37
permissions
-rw-r--r--

Finally correct packaging logic enough to allow for successful building:
Force Java dependency to C++ and POSIX threads to satisfy buildtime
requirements of GCJ, add conditional java dependency to infozip as
required by libjava/configure, remove outdated fortran conditions,
correct buildconf causing jcf-dump target to fail, add and improve
warnings regarding profile feedback, build duration, and parallel
make, correct make environment when building C++ dependent languages,
and introduce new helpful comments.

     1 #!@l_prefix@/bin/openpkg rc
     2 ##
     3 ##  rc.squirrelmail -- Run-Commands
     4 ##
     6 %config
     7     squirrelmail_enable="$openpkg_rc_def"
     8     squirrelmail_log_prolog="true"
     9     squirrelmail_log_epilog="true"
    10     squirrelmail_log_numfiles="10"
    11     squirrelmail_log_minsize="1M"
    12     squirrelmail_log_complevel="9"
    14 %daily -u @l_nusr@
    15     rcService squirrelmail enable yes || exit 0
    16     shtool rotate -f \
    17         -n ${squirrelmail_log_numfiles} -s ${squirrelmail_log_minsize} -d \
    18         -z ${squirrelmail_log_complevel} -m 644 -o @l_nusr@ -g @l_ngrp@ \
    19         -P "${squirrelmail_log_prolog}" \
    20         -E "${squirrelmail_log_epilog}" \
    21         @l_prefix@/var/squirrelmail/log/access.log

mercurial