~ubuntu-branches/ubuntu/karmic/otrs2/karmic

« back to all changes in this revision

Viewing changes to var/cron/generic_agent-database.dist

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2006-07-09 22:21:49 UTC
  • Revision ID: package-import@ubuntu.com-20060709222149-vev9hij88c4sb8yh
Tags: 2.0.4p01-7
* switched to mergeWithUpstream mode of svn-buildpackage
* switched to quilt for managing upstream changes
* lintian fixes
* don't move the Output directory from /usr/share/otrs/ to /etc/otrs
* removed bashism
* fixed permissions of *.pm and *.png files
* other minor cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# This software comes with ABSOLUTELY NO WARRANTY.
8
8
# --
9
9
# start generic agent every 10 minutes
10
 
*/10 * * * * otrs test -x $HOME/bin/GenericAgent.pl && $HOME/bin/GenericAgent.pl -c db >> /dev/null
 
10
*/10 * * * * $HOME/bin/GenericAgent.pl -c db >> /dev/null