martin: server/kolabd/kolabd kolabpasswd,1.1,1.2
cvs at intevation.de
cvs at intevation.de
Mon Dec 13 15:49:25 CET 2004
Author: martin
Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv9644/kolabd/kolabd
Modified Files:
kolabpasswd
Log Message:
Martin: added prefix support, copyright notice and instructions.
Index: kolabpasswd
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabpasswd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabpasswd 12 Dec 2004 20:36:27 -0000 1.1
+++ kolabpasswd 13 Dec 2004 14:49:23 -0000 1.2
@@ -1,4 +1,30 @@
-#!/kolab/bin/perl -w
+#!@l_prefix@/bin/perl -w
+
+# The kolabpasswd script is used for changing the manager password on a Kolab Server.
+# In multi-location Kolab setups the script must be run on each individual host
+# seperately.
+# After changing the manager password it is highly recommended to restart
+# the Kolab server.
+# In the future this utility may be enhanced to allow to change the passwords of
+# normal users and special system accounts.
+
+## Copyright (c) 2004 Erfrakon
+##
+## (c) 2004 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
+## (c) 2004 Martin Konold <martin.konold 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>.
use Term::ReadKey;
use IO::File;
More information about the commits
mailing list