summaryrefslogtreecommitdiff
path: root/print/muttprint/files/patch-ab
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:02:16 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:02:16 +0000
commitba06c2d6a37dc081a3a8c5a01426a0a009428ca9 (patch)
tree7b1cdea9a21ff4ed307e29514e9d8286d9d83dfa /print/muttprint/files/patch-ab
parentStage, and pull the patches into a sed command. (diff)
Rename p*/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363322
Diffstat (limited to 'print/muttprint/files/patch-ab')
-rw-r--r--print/muttprint/files/patch-ab48
1 files changed, 0 insertions, 48 deletions
diff --git a/print/muttprint/files/patch-ab b/print/muttprint/files/patch-ab
deleted file mode 100644
index 8bab2eee4dd1..000000000000
--- a/print/muttprint/files/patch-ab
+++ /dev/null
@@ -1,48 +0,0 @@
---- muttprint.orig Wed Apr 7 19:27:31 2004
-+++ muttprint Sun May 23 17:37:08 2004
-@@ -92,13 +92,13 @@
- ######## 'private' variables for the rest
- %Config = (
- PRINTER => '',
-- PRINT_COMMAND => 'lpr -P$PRINTER',
-+ PRINT_COMMAND => '%%PRINT_COMMAND%%',
- PENGUIN => 'on',
- DUPLEX => 'off',
- SPEED => '30',
- PAPERSAVE => 'off',
- FONT => 'Latex',
-- PAPER => 'A4',
-+ PAPER => '%%PAPERSIZE%%',
- DEBUG => '0',
- REM_SIG => 'off',
- REM_QUOTE => 'off',
-@@ -196,16 +196,16 @@
- }
- }
-
--$Config{PAPER} = getPaperConfig ();
--readConfig ("/etc/Muttprintrc", "$ENV{HOME}/.muttprintrc");
-+#$Config{PAPER} = getPaperConfig ();
-+readConfig ("%%PREFIX%%/etc/Muttprintrc", "$ENV{HOME}/.muttprintrc");
-
-
- @print = readOpts ();
-
- if ($Config{PENGUIN} eq "on") {
- my $sharedir = findCommonDir("share");
-- $Config{PENGUIN} = (-r "$sharedir/penguin.eps")
-- ? "$sharedir/penguin.eps"
-+ $Config{PENGUIN} = (-r "$sharedir/Beastie.eps")
-+ ? "$sharedir/Beastie.eps"
- : "off";
- }
-
-@@ -1978,7 +1978,7 @@
- Options:
-
- PLEASE NOTICE: These options override the corresponding settings in
--~/.muttprintrc and /etc/Muttprintrc.
-+~/.muttprintrc and %%PREFIX%%/etc/Muttprintrc.
-
- -h, --help
- This help.