head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2010.11.24.16.18.39;	author darkside;	state Exp;
branches;
next	1.2;
commitid	73304ced3ade4567;

1.2
date	2006.12.30.18.18.16;	author vapier;	state Exp;
branches;
next	1.1;
commitid	51084596ad684567;

1.1
date	2006.12.30.01.12.48;	author vapier;	state Exp;
branches;
next	;
commitid	7abb4595bd0f4567;


desc
@@


1.3
log
@Merge diffs from Gentoo Prefix tree. Keywords, EAPI3, use of EPREFIX/ED, modify rmt script. Signed off in bug 344807

(Portage version: 2.1.9.24/cvs/Linux x86_64)
@
text
@#!/bin/sh
#
# This is not a mistake.  This shell script (/etc/rmt) has been provided
# for compatibility with other Unix-like systems, some of which have
# utilities that expect to find (and execute) rmt in the /etc directory
# on remote systems.
#
exec rmt "$@@"
@


1.2
log
@fix path to rmt as pointed out by dirtyepic
(Portage version: 2.1.2_rc4-r2)
@
text
@d8 1
a8 1
exec /usr/sbin/rmt "$@@"
@


1.1
log
@Take a page from Debian and make /etc/rmt a shell script so people know why this cruft exists #159429 by Rafal Rzepecki.
(Portage version: 2.1.2_rc4-r2)
@
text
@d8 1
a8 1
exec /usr/bin/rmt "$@@"
@

