66c152c1f0
From: Jim Geovedi <jim@corebsd.or.id> with some assistance by yours truly.
35 lines
1.8 KiB
Plaintext
35 lines
1.8 KiB
Plaintext
$OpenBSD: patch-tools_sylpheed-switcher,v 1.4 2005/04/12 20:29:26 naddy Exp $
|
|
--- tools/sylpheed-switcher.orig Fri Dec 7 19:25:01 2001
|
|
+++ tools/sylpheed-switcher Sun Apr 3 15:38:26 2005
|
|
@@ -73,7 +73,7 @@ if ($sylphpath && $clawspath) { ## this
|
|
if ($DIR_CHECK == 1) {
|
|
print "\nNow you can run either the main branch or the claws\n";
|
|
print "branch by using one of the following options:\n\n";
|
|
- print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
|
|
+ print " sylpheed-switcher --main\n sylpheed-switcher --claws\n\n";
|
|
exit;
|
|
}
|
|
## copy the directory tree
|
|
@@ -82,7 +82,7 @@ if ($sylphpath && $clawspath) { ## this
|
|
## when setting-up is done print a little message
|
|
print "\nNow you can run either the main branch or the claws\n";
|
|
print "branch by using one of the following options:\n\n";
|
|
- print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
|
|
+ print " sylpheed-switcher --main\n sylpheed-switcher --claws\n\n";
|
|
exit;
|
|
}
|
|
## the --help option stuff
|
|
@@ -92,10 +92,10 @@ if ($YouWantHelp) {
|
|
print "to set up the configuration. Here is an example, adjust the paths\n";
|
|
print "to suit your set-up, but remember you need the full path with the\n";
|
|
print "executable included:\n";
|
|
- print "./sylpheed-switcher --main-path=/usr/local/bin/sylpheed --claws-path=/usr/bin/sylpheed\n\n";
|
|
+ print " sylpheed-switcher --main-path=/usr/local/bin/sylpheed --claws-path=/usr/local/bin/sylpheed\n\n";
|
|
print "When you have done the initial set-up, you run either the main branch\n";
|
|
print "or the claws branch by using one of the following switches:\n\n";
|
|
- print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
|
|
+ print " sylpheed-switcher --main\n sylpheed-switcher --claws\n\n";
|
|
print "Add --debug to run sylpheed in debug mode\n\n";
|
|
exit;
|
|
}
|