~ubuntu-branches/ubuntu/hardy/jabberd2/hardy-security

« back to all changes in this revision

Viewing changes to tools/jabberd.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Porcheron
  • Date: 2007-06-25 16:41:27 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070625164127-o8mj76r5ai9r3o44
Tags: 2.0s11-1ubuntu1
* now use Debian package in experimental (LP: #119545)
* debian/control: change postresql-dev in libpq-dev in build depends
* debian/control: adding Conflicts to jabber package
* debian/jabberd2.init: create /var/run/jabber directory with correct 
  permissions
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
use strict;
16
16
use Getopt::Std;
17
 
use FindBin qw($Bin);
 
17
#use FindBin qw($Bin);
18
18
use FileHandle;
19
19
use IPC::Open3;
20
20
use IO::Select;
25
25
#-----------------------------------------------------------------------------
26
26
# Define some initial variables and default them as needed.
27
27
#-----------------------------------------------------------------------------
 
28
my $Bin = "@bindir@";
28
29
my $VERSION = "@VERSION@";
29
30
my $config_dir = "@sysconfdir@";
30
31
my $config = $config_dir."/jabberd.cfg";