diff options
author | 2004-03-23 20:46:06 +0000 | |
---|---|---|
committer | 2004-03-23 20:46:06 +0000 | |
commit | 1809f0a933600d97652bc0055a6689f503eee5c8 (patch) | |
tree | 0a03c040c21a81434dbc46f9731655a85334a7b1 /app-text/rfcutil/files | |
parent | Inherit from eutils in zenity-1.8 (Manifest recommit) (diff) | |
download | gentoo-2-1809f0a933600d97652bc0055a6689f503eee5c8.tar.gz gentoo-2-1809f0a933600d97652bc0055a6689f503eee5c8.tar.bz2 gentoo-2-1809f0a933600d97652bc0055a6689f503eee5c8.zip |
QA fix of bug #45358. Cleaned ebuild up too
Diffstat (limited to 'app-text/rfcutil/files')
-rw-r--r-- | app-text/rfcutil/files/rfc-3.2.3.diff | 22 | ||||
-rw-r--r-- | app-text/rfcutil/files/rfc-3.2.3.gaarde | 23 |
2 files changed, 22 insertions, 23 deletions
diff --git a/app-text/rfcutil/files/rfc-3.2.3.diff b/app-text/rfcutil/files/rfc-3.2.3.diff new file mode 100644 index 000000000000..451b6bd476f8 --- /dev/null +++ b/app-text/rfcutil/files/rfc-3.2.3.diff @@ -0,0 +1,22 @@ +--- rfc-3.2.3/rfc-3.2.3.orig 2004-03-24 06:07:06.303313504 +0930 ++++ rfc-3.2.3/rfc-3.2.3 2004-03-24 06:08:14.408959872 +0930 +@@ -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="/var/cache/rfc/rfc-index"; ++$servpath="/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 ++ /var/cache/rfc/rfcs/); #MAKE SURE you have the trailing slashes + # URLs beginning with an ! are treated as HTML and not text + + ####################### diff --git a/app-text/rfcutil/files/rfc-3.2.3.gaarde b/app-text/rfcutil/files/rfc-3.2.3.gaarde deleted file mode 100644 index af1b3d2b1ba0..000000000000 --- a/app-text/rfcutil/files/rfc-3.2.3.gaarde +++ /dev/null @@ -1,23 +0,0 @@ ---- rfc-3.2.3.orig Sun Jul 28 15:03:16 2002 -+++ rfc-3.2.3 Sun Jul 28 15:05:27 2002 -@@ -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="/var/cache/rfc/rfc-index"; -+$servpath="/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 -+ /var/cache/rfc/rfcs/); #MAKE SURE you have the trailing slashes - # URLs beginning with an ! are treated as HTML and not text - - ####################### - |