[pkg-kolab] r96 - trunk/kolabd/debian/patches

Noel Koethe noel at costa.debian.org
Wed Jan 4 17:43:52 UTC 2006


Author: noel
Date: 2006-01-04 17:43:51 +0000 (Wed, 04 Jan 2006)
New Revision: 96

Modified:
   trunk/kolabd/debian/patches/30-bootstrap.dpatch
Log:
forgot to escape $

Modified: trunk/kolabd/debian/patches/30-bootstrap.dpatch
===================================================================
--- trunk/kolabd/debian/patches/30-bootstrap.dpatch	2006-01-04 17:28:49 UTC (rev 95)
+++ trunk/kolabd/debian/patches/30-bootstrap.dpatch	2006-01-04 17:43:51 UTC (rev 96)
@@ -360,7 +360,7 @@
 +#system("/usr/sbin/kolab_sslcert $fqdn");
  print "kolab is now ready to run!\n";
 -print "please run '$kolab_prefix/bin/openpkg rc all start'\n";
-+print "please run '/etc/init.d/$DAEMONs start'\n";
++print "please run '/etc/init.d/\$DAEMONs start'\n";
  print ("Use login=manager and passwd=$bind_pw when you log into\n");
  print ("the webinterface https://$fqdn/admin !\n");
 +




More information about the pkg-kolab-devel mailing list