]> git.pld-linux.org Git - packages/mbank-cli.git/blobdiff - mbank-cli-defconf.patch
- upgraded to 20100905
[packages/mbank-cli.git] / mbank-cli-defconf.patch
index 55b9e82ec8c9a7371cb9b8a662ba59964ac896d4..ee7f32e80b4daf88448dd4379558efb04b80ed74 100644 (file)
@@ -1,7 +1,7 @@
 --- ./doc/mbank-cli.1.org      2009-08-18 18:57:10.000000000 +0200
 +++ ./doc/mbank-cli.1  2009-11-15 15:45:10.753638992 +0100
 @@ -321,11 +321,9 @@ $ \fB\&./mbank\-cli\fR logout
- .RE
+ .\}
  .SH "FILES"
  .PP
 -(Due to experimental nature of
@@ -9,25 +9,26 @@
 -these files are expected to be in the current working directory\&.)
 +These files are expected to be in the users home directory\&.
  .PP
--\fImbank\-cli\&.conf\fR
+-mbank\-cli\&.conf
 +\fI\&.mbank\-cli\&.conf\fR
  .RS 4
  The default configuration file\&.
  .sp
 @@ -337,7 +335,7 @@ To create the configuration file, use th
- .sp
  .RS 4
+ .\}
  .nf
--$ \fBcat\fR <<EOF | \fBgpg\fR \-\-armor \-\-encrypt \-\-default\-recipient\-self > \fI\fImbank\-cli\&.conf\fR\fR
+-$ \fBcat\fR <<EOF | \fBgpg\fR \-\-armor \-\-encrypt \-\-default\-recipient\-self > \fImbank\-cli\&.conf\fR
 +$ \fBcat\fR <<EOF | \fBgpg\fR \-\-armor \-\-encrypt \-\-default\-recipient\-self > \fI\fI\&.mbank\-cli\&.conf\fR\fR
  \fBLogin \fR\fB\fI123456\fR\fR\fB
  Password "\fR\fB\fIyour\-password\fR\fR\fB"
  EOF\fR
 --- ./mbank-cli.org    2009-08-18 18:57:08.000000000 +0200
 +++ ./mbank-cli        2009-11-15 15:42:18.496989544 +0100
-@@ -68,7 +68,7 @@ chdir dirname($0) or die "Can't change w
+@@ -68,8 +68,8 @@ chdir dirname($0) or die "Can't change w
  
- my $mbank = 'https://www.mbank.com.pl';
+ my $mbank_host = 'www.mbank.com.pl';
+ my $mbank = "https://$mbank_host";
 -my $cookie_jar_file = './cookie-jar.txt';
 -my $config_file = './mbank-cli.conf';
 +my $cookie_jar_file = "$ENV{ HOME }/.mbank-cli_cookie-jar.txt";
This page took 0.058555 seconds and 4 git commands to generate.