~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

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