]> Dogcows Code - chaz/tar/blobdiff - README
Update FSF postal mail address.
[chaz/tar] / README
diff --git a/README b/README
index 2fa8f3d122e1ecc916fa0a369253abd8748d7e63..8871b30b22cb06e5103f51c4e50fcebc4a4f5c7a 100644 (file)
--- a/README
+++ b/README
@@ -48,14 +48,22 @@ in the environment before configuring (the behavior of `-[0-7]' or
 
 ** Selecting full pathname of the "rmt" binary.
 
-Previous versions of tar always looked for "rmt" binary using
-hardcoded path "/etc/rmt". However, the "rmt" program included
+Previous versions of tar always looked for "rmt" binary in the
+directory "/etc/rmt". However, the "rmt" program included
 in the distribution was installed under "$prefix/libexec/rmt".
 To fix this discrepancy, tar now looks for "$prefix/libexec/rmt".
 If you do not want this behavior, specify full path name of
-"rmt" binary using DEFAULT_RMT_COMMAND variable, e.g.:
+"rmt" binary using DEFAULT_RMT_DIR variable, e.g.:
 
-./configure DEFAULT_RMT_COMMAND=/etc/rmt
+./configure DEFAULT_RMT_DIR=/etc
+
+If you already have a copy of "rmt" installed and wish to use it
+instead of the version supplied with the distribution, use --with-rmt
+option:
+
+./configure --with-rmt=/etc/rmt
+
+This will also disable building the included version of rmt.
 
 ** Installing backup scripts.
 
@@ -231,8 +239,8 @@ and share your findings by writing to <bug-tar@gnu.org>.
 
        You should have received a copy of the GNU General Public License
        along with tar; see the file COPYING.  If not, write to
-       the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-       Boston, MA 02111-1307, USA.
+       the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+       Boston, MA 02110-1301, USA.
 
 \f
 Local Variables:
This page took 0.025417 seconds and 4 git commands to generate.