thomas: server/perl-kolab/sbin kolab_bootstrap.in,1.2,1.3

cvs at kolab.org cvs at kolab.org
Tue Feb 10 12:52:23 CET 2009


Author: thomas

Update of /kolabrepository/server/perl-kolab/sbin
In directory doto:/tmp/cvs-serv15800

Modified Files:
	kolab_bootstrap.in 
Log Message:
fix some typos


Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolab_bootstrap.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolab_bootstrap.in	20 Jan 2009 17:22:12 -0000	1.2
+++ kolab_bootstrap.in	10 Feb 2009 11:52:20 -0000	1.3
@@ -234,8 +234,8 @@
 
   my $backupfiles = "$Kolab::config{'backupfiles'}";
   if ($backupfiles ne "" && ! -s "$Kolab::config{'backupdir'}/kolab_backup-orig.tar.bz2") {
-    # Do an one time backup.  This is to backup the original configuration
-    # files that were configured by user.  The one time back is marked with
+    # Do a one-time backup.  This is to backup the original configuration
+    # files that were configured by user.  The one-time backup is marked with
     # orig.
     system("tar cjPf $Kolab::config{'backupdir'}/kolab_backup-orig.tar.bz2 $backupfiles");
     print "The orginal configuration files have been backed up to:\n";





More information about the commits mailing list