diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 01:12:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 01:12:48 +0000 |
commit | c33d927e0cafec553bfdbcd6ef8083abe0b7ab98 (patch) | |
tree | 07430891c9f00952234b07ce1154e80eb592f4c0 /app-arch/tar/files | |
parent | Initial import. (diff) | |
download | gentoo-2-c33d927e0cafec553bfdbcd6ef8083abe0b7ab98.tar.gz gentoo-2-c33d927e0cafec553bfdbcd6ef8083abe0b7ab98.tar.bz2 gentoo-2-c33d927e0cafec553bfdbcd6ef8083abe0b7ab98.zip |
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)
Diffstat (limited to 'app-arch/tar/files')
-rw-r--r-- | app-arch/tar/files/rmt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-arch/tar/files/rmt b/app-arch/tar/files/rmt new file mode 100644 index 000000000000..8fbca89fe52f --- /dev/null +++ b/app-arch/tar/files/rmt @@ -0,0 +1,8 @@ +#!/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 /usr/bin/rmt "$@" |