diff options
author | rsiddall <rsiddall> | 2007-07-08 03:40:26 +0000 |
---|---|---|
committer | rsiddall <rsiddall> | 2007-07-08 03:40:26 +0000 |
commit | 91ee76e32bcce9c8b60ee5862d7e6a36a10dda74 (patch) | |
tree | 9a5b2daea6a76992b836768324df26231a9a0f8b | |
parent | 6b64fb50fecf45cee2c3fa89d4bcfc0815ba58d4 (diff) |
Patch to work around bug in rpm's handling of here documents, regenerated for Freeside 1.7.2
-rw-r--r-- | install/rpm/freeside-1.7.2.rpm.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/install/rpm/freeside-1.7.2.rpm.patch b/install/rpm/freeside-1.7.2.rpm.patch new file mode 100644 index 000000000..698d7ffac --- /dev/null +++ b/install/rpm/freeside-1.7.2.rpm.patch @@ -0,0 +1,14 @@ +diff -Naur freeside-1.7.2.orig/FS/FS/part_export/communigate_pro_singledomain.pm freeside-1.7.2/FS/FS/part_export/communigate_pro_singledomain.pm +--- freeside-1.7.2.orig/FS/FS/part_export/communigate_pro_singledomain.pm 2006-05-21 14:40:09.000000000 -0400 ++++ freeside-1.7.2/FS/FS/part_export/communigate_pro_singledomain.pm 2007-07-01 22:15:29.464445481 -0400 +@@ -21,8 +21,8 @@ + <a href="http://www.stalker.com/CommuniGatePro/">CommuniGate Pro</a> + mail server. This is an unusual export to CommuniGate Pro that forces all + accounts into a single domain. As CommuniGate Pro supports multiple domains, +-unless you have a specific reason for using this export, you probably want to +-use the communigate_pro export instead. The ++unless you have a specific reason for using this export, you probably want ++to use the communigate_pro export instead. The + <a href="http://www.stalker.com/CGPerl/">CommuniGate Pro Perl Interface</a> + must be installed as CGP::CLI. + END |