~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/server/setup/.svn/text-base/simias-server-setup.in.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
#****************************************************************************
3
 
#
4
 
# Copyright (c) 2007 Novell, Inc.
5
 
# All Rights Reserved.
6
 
#
7
 
# This program is free software; you can redistribute it and/or
8
 
# modify it under the terms of version 2 of the GNU General Public License as
9
 
# published by the Free Software Foundation.
10
 
#
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
# GNU General Public License for more details.
15
 
#
16
 
# You should have received a copy of the GNU General Public License
17
 
# along with this program; if not, contact Novell, Inc.
18
 
#
19
 
# To contact Novell about this file by physical or electronic mail,
20
 
# you may find current contact information at www.novell.com
21
 
#
22
 
#  Author: Rob
23
 
#***************************************************************************/
24
 
 
25
 
export MONO_PATH=@_webbindir_@:@_bindir_@
26
 
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@_webbindir_@
27
 
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:@_webbindir_@
28
 
cd @_bindir_@
29
 
 
30
 
mono @_bindir_@/SimiasServerSetup.exe "$@"
31