diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-06 00:11:46 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-06 00:11:46 +0000 |
commit | b0f5ca3644aceafdb95a771f16cf239319253bec (patch) | |
tree | 3a6064d3d97489ef13e256a28564a24ce6c1e1c4 /app-text/rfcutil/files | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-b0f5ca3644aceafdb95a771f16cf239319253bec.tar.gz gentoo-2-b0f5ca3644aceafdb95a771f16cf239319253bec.tar.bz2 gentoo-2-b0f5ca3644aceafdb95a771f16cf239319253bec.zip |
add prefix changes
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'app-text/rfcutil/files')
-rw-r--r-- | app-text/rfcutil/files/rfc-3.2.3-paths.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/rfcutil/files/rfc-3.2.3-paths.patch b/app-text/rfcutil/files/rfc-3.2.3-paths.patch new file mode 100644 index 000000000000..8d61bdbf3889 --- /dev/null +++ b/app-text/rfcutil/files/rfc-3.2.3-paths.patch @@ -0,0 +1,22 @@ +--- a/rfc-3.2.3/rfc-3.2.3 ++++ b/rfc-3.2.3/rfc-3.2.3 +@@ -36,8 +36,8 @@ + + # These make it avail for all users if you can't + # run it as root. (full path, not ~/ ) +-$indexpath="/usr/local/etc/rfc-index"; +-$servpath="/usr/local/etc/nmap-services"; ++$indexpath="@GENTOO_PORTAGE_EPREFIX@/var/cache/rfc/rfc-index"; ++$servpath="@GENTOO_PORTAGE_EPREFIX@/etc/nmap-services"; + + #################################### + ## add as many urls as you please ## +@@ -46,7 +46,7 @@ + !http://www.faqs.org/rfcs/ + http://www.isi.edu/in-notes/ + http://www.cis.ohio-state.edu/htbin/rfc/ +- /local/path/to/rfcs/); #MAKE SURE you have the trailing slashes ++ @GENTOO_PORTAGE_EPREFIX@/var/cache/rfc/rfcs/); #MAKE SURE you have the trailing slashes + # URLs beginning with an ! are treated as HTML and not text + + ####################### |