summaryrefslogtreecommitdiff
path: root/net/lanbrowsing/files/patch-lanbrowsing_kcmlisa_setupwizard.cpp
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-09-03 17:00:29 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-09-03 17:00:29 +0000
commit800460fc76154e739ac7008ed874e8b3bd43b060 (patch)
tree752801a5d9f8ee467393db77fb4f2c57da16d7b2 /net/lanbrowsing/files/patch-lanbrowsing_kcmlisa_setupwizard.cpp
parentAdd dependency on aspell. (diff)
Factor out the lanbrowsing part of kdenetwork3 into its own port.
Notes
Notes: svn path=/head/; revision=118052
Diffstat (limited to 'net/lanbrowsing/files/patch-lanbrowsing_kcmlisa_setupwizard.cpp')
-rw-r--r--net/lanbrowsing/files/patch-lanbrowsing_kcmlisa_setupwizard.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/lanbrowsing/files/patch-lanbrowsing_kcmlisa_setupwizard.cpp b/net/lanbrowsing/files/patch-lanbrowsing_kcmlisa_setupwizard.cpp
new file mode 100644
index 000000000000..f82319ba2273
--- /dev/null
+++ b/net/lanbrowsing/files/patch-lanbrowsing_kcmlisa_setupwizard.cpp
@@ -0,0 +1,19 @@
+--- lanbrowsing/kcmlisa/setupwizard.cpp.orig Fri Jun 25 11:10:25 2004
++++ lanbrowsing/kcmlisa/setupwizard.cpp Sun Aug 29 18:49:41 2004
+@@ -349,11 +349,11 @@
+ m_finalPage=new QVBox(this);
+ QLabel *info=new QLabel(i18n("<br>Your LAN browsing has been successfully set up.<br><br>"
+ "Make sure that the LISa server is started during the "
+- "boot process. How this is done depends on your "
+- "distribution and OS. Usually you have to insert it somewhere "
+- "in a boot script under <code>/etc</code>.<br>"
+- "Start the LISa server as root and without any command line options.<br>"
+- "The config file will now be saved to <code>/etc/lisarc</code>.<br>"
++ "boot process. The kdenetwork port has installed "
++ "a startup-script (lisa.sh) into <code>/usr/local/etc/rc.d</code>. "
++ "To activate lisa, put lisa_enable=\"YES\" into your rc.conf.<br> "
++ "<br>"
++ "The config file will now be saved to <code>/usr/local/etc/lisarc</code>.<br>"
+ "To test the server, try <code>lan:/</code> in Konqueror.<br><br>"
+ "If you have problems or suggestions, visit http://lisa-home.sourceforge.net."),m_finalPage);
+ info->setTextFormat(Qt::RichText);