Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162709 Details for
Bug 234393
net-analyzer/fwlogwatch - add cron script / init.d/conf.d scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Cron script. place /etc/cron.daily
fwlogwatch_summary (text/plain), 769 bytes, created by
Bjoern Thorwirth
on 2008-08-11 21:12:53 UTC
(
hide
)
Description:
Cron script. place /etc/cron.daily
Filename:
MIME Type:
Creator:
Bjoern Thorwirth
Created:
2008-08-11 21:12:53 UTC
Size:
769 bytes
patch
obsolete
>#!/bin/bash >#simple cron script for gentoo layout >#written by Bjoern Thorwirth 2008 > >source /etc/conf.d/fwlogwatch > >if ([[ $RUN_CRON_JOB == 'yes' ]] || [[ $RUN_CRON_JOB == 'YES' ]]); > then > # assure that one output option is given, because cron scripts should > # be quite > if ([[ -n $CRON_MAILTO ]] || [[ -n $CRON_FILE ]]); > then > if [[ -n $CRON_MAILTO ]]; > then > CRON_OPTIONS=$CRON_OPTIONS' -T '$CRON_MAILTO > fi; > if [[ -n $CRON_ANALYZE_RANGE ]]; > then > CRON_OPTIONS=$CRON_OPTIONS' -l '$CRON_ANALYZE_RANGE > fi; > if [[ -n $CRON_FILE ]]; > then > CRON_OPTIONS=$CRON_OPTIONS' -o '$CRON_FILE > fi; > if [[ -n $CONFIG ]]; > then > CRON_OPTIONS=$CRON_OPTIONS' -c '$CONFIG > fi; > $FWLW $CRON_OPTIONS $WATCH_LOG || exit 1 > > else > exit 1 > fi; > fi;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 234393
:
162708
|
162709
|
162711
|
162713