[POS-commit] r121 - in Stoq2: . tools
Evandro Vale Miquelito
evandro at async.com.br
Sat Mar 12 12:27:59 BRT 2005
Author: evandro
Date: 2005-03-12 12:27:59 -0300 (Sat, 12 Mar 2005)
New Revision: 121
Added:
Stoq2/tools/
Stoq2/tools/stoq2_startup
Removed:
Stoq2/scripts/
Log:
Renaming scripts directory to "tools" directory and manking some small
fixes.
Added: Stoq2/tools/stoq2_startup
===================================================================
--- Stoq2/tools/stoq2_startup 2005-03-12 15:23:27 UTC (rev 120)
+++ Stoq2/tools/stoq2_startup 2005-03-12 15:27:59 UTC (rev 121)
@@ -0,0 +1,32 @@
+#!/bin/sh
+
+##
+## Copyright (C) 2004 Async Open Source <http://www.async.com.br>
+## All rights reserved
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+## USA.
+##
+
+#tools/stoq2_startup:
+#
+# Startup file for stoq application. This file must be used just during
+# the develpment time for convenience. To work properly you must first
+# set STOQ_DEVEL_DIR as your stoq2 develpment path in your home
+# directory. After that you move this file for your bin directory and
+# stoq applications will be available everywhere.
+
+cd STOQ_DEVEL_DIR
+exec bin/stoq "$@"
Property changes on: Stoq2/tools/stoq2_startup
___________________________________________________________________
Name: svn:executable
+ *
More information about the POS-commit
mailing list