stuart: devel/kolab kolab,1.1.1.1,1.2

cvs at intevation.de cvs at intevation.de
Wed May 12 16:05:41 CEST 2004


Author: stuart

Update of /kolabrepository/devel/kolab
In directory doto:/tmp/cvs-serv25069

Modified Files:
	kolab 
Log Message:
Updated 'kolab' wrapper script, to more closely handle the old way that the kolab script was called


Index: kolab
===================================================================
RCS file: /kolabrepository/devel/kolab/kolab,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- kolab	3 May 2004 14:04:04 -0000	1.1.1.1
+++ kolab	12 May 2004 14:05:39 -0000	1.2
@@ -1,40 +1,38 @@
 #!/kolab/bin/perl
 
-##
-##  Copyright (c) 2003  Code Fusion cc
-##
-##    Writen by Stuart Bingë  <s.binge at codefusion.co.za>
-##    Portions based on work by the following people:
-##
-##      (c) 2003  Tassilo Erlewein  <tassilo.erlewein at erfrakon.de>
-##      (c) 2003  Martin Konold     <martin.konold at erfrakon.de>
-##      (c) 2003  Achim Frank       <achim.frank at erfrakon.de>
-##
-##
-##  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, 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 can view the  GNU General Public License, online, at the GNU
-##  Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
-##
+##########################################################################
+##                                                                      ##
+##  The Kolab Groupware Server                                          ##
+##                                                                      ##
+##    See the file CONTRIBUTORS that was distributed with this program  ##
+##  for copyright information.                                          ##
+##                                                                      ##
+##    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 can view the GNU  General Public License, online, at the GNU  ##
+##  project's  web  site;  see <http://www.gnu.org/licenses/gpl.html>.  ##
+##  The full text of the license is also included in the file COPYING.  ##
+##                                                                      ##
+##########################################################################
 
 use strict;
 use Getopt::Std;
-use vars qw($opt_o);
+our ($opt_v, $opt_o, $opt_l);
 
 getopts('vol:');
 
 if ($opt_o) {
-    print "NOTE: USE OF THIS SCRIPT IS DEPRECATED. Please use `/kolab/sbin/kolabconf' in the future.\n";
-    system("/kolab/sbin/kolabconf");
+    print "NOTE: USE OF THIS SCRIPT IS DEPRECATED.\nPlease use `/kolab/sbin/kolabconf' in the future.\n\n";
+    system("/kolab/sbin/kolabconf --nochange");
 } else {
-    print "NOTE: USE OF THIS SCRIPT IS DEPRECATED. Please use `/kolab/sbin/kolabd' in the future.\n";
+    print "NOTE: USE OF THIS SCRIPT IS DEPRECATED.\nPlease use `/kolab/sbin/kolabd' in the future.\n\n";
     system("/kolab/sbin/kolabd");
 }





More information about the commits mailing list