~ubuntu-branches/ubuntu/intrepid/otrs2/intrepid-updates

« back to all changes in this revision

Viewing changes to scripts/apache2-perl-startup.pl

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2006-06-20 23:35:00 UTC
  • Revision ID: package-import@ubuntu.com-20060620233500-5qzdidoa53xdigt2
Tags: 2.0.4p01-6
removed the PDF manuals because they will be provided with source code by
a separate package 'otrs2-doc'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/perl
2
1
use strict;
3
2
 
4
3
# make sure we are in a sane environment.
9
8
# --
10
9
# set otrs lib path!
11
10
# --
12
 
use lib "/opt/otrs/";
13
 
use lib "/opt/otrs/Kernel/cpan-lib";
 
11
use lib "/usr/share/otrs/";
 
12
use lib "/usr/share/otrs/Kernel/cpan-lib";
14
13
 
15
14
# pull in things we will use in most requests so it is read and compiled
16
15
# exactly once