Difference between revisions of "Netkit-rsh"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-{{netkit-rsh-version}}.tar.gz !Download Patch...)
 
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
!Download Source:
 
!Download Source:
 
| ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-{{netkit-rsh-version}}.tar.gz
 
| ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-{{netkit-rsh-version}}.tar.gz
!Download Patch:
+
|-
 +
!Required Patch:
 
| http://svn.cross-lfs.org/svn/repos/patches/netkit-rsh/netkit-rsh-{{netkit-rsh-version}}-fixes-1.patch
 
| http://svn.cross-lfs.org/svn/repos/patches/netkit-rsh/netkit-rsh-{{netkit-rsh-version}}-fixes-1.patch
 
|}
 
|}
Line 9: Line 10:
 
----
 
----
  
{{Package-Introduction||}}
+
{{Blank-Package-Introduction}}
  
 
== Dependencies ==
 
== Dependencies ==
 +
 +
== Configuration Information ==
 +
 +
{{Note|Netkit-rsh does not use ''DESTDIR'', Netkit-rsh uses ''INSTALLROOT'' instead.  Use ''INSTALLROOT'' as you would normally use ''DESTDIR''. Netkit-rsh fails to create the directories it needs to install into so do the fallowing.}}
 +
 +
install -d <DIRECTORY>/usr/bin
 +
install -d <DIRECTORY>/usr/man/man1
 +
install -d <DIRECTORY>/usr/sbin
 +
install -d <DIRECTORY>/usr/man/man8
 +
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../netkit-rsh-{{netkit-rsh-version}}-fixes-1.patch
  
 
Compile the package:
 
Compile the package:
Line 28: Line 43:
  
 
=== 32Bit ===
 
=== 32Bit ===
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../netkit-rsh-{{netkit-rsh-version}}-fixes-1.patch
  
 
Compile the package:
 
Compile the package:
Line 39: Line 58:
  
 
=== N32 ===
 
=== N32 ===
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../netkit-rsh-{{netkit-rsh-version}}-fixes-1.patch
  
 
Compile the package:
 
Compile the package:
Line 50: Line 73:
  
 
=== 64Bit ===
 
=== 64Bit ===
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../netkit-rsh-{{netkit-rsh-version}}-fixes-1.patch
  
 
Compile the package:
 
Compile the package:

Latest revision as of 11:57, 30 August 2009

Download Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-0.17.tar.gz
Required Patch: http://svn.cross-lfs.org/svn/repos/patches/netkit-rsh/netkit-rsh-0.17-fixes-1.patch

Introduction to Netkit-rsh

Project Homepage: Unknown

Dependencies

Configuration Information

Caution.png

Note

Netkit-rsh does not use DESTDIR, Netkit-rsh uses INSTALLROOT instead. Use INSTALLROOT as you would normally use DESTDIR. Netkit-rsh fails to create the directories it needs to install into so do the fallowing.
install -d <DIRECTORY>/usr/bin
install -d <DIRECTORY>/usr/man/man1
install -d <DIRECTORY>/usr/sbin
install -d <DIRECTORY>/usr/man/man8


Non-Multilib

Apply the patch:

patch -Np1 -i ../netkit-rsh-0.17-fixes-1.patch

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Apply the patch:

patch -Np1 -i ../netkit-rsh-0.17-fixes-1.patch

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Apply the patch:

patch -Np1 -i ../netkit-rsh-0.17-fixes-1.patch

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr &&
make

Install the package

make install

64Bit

Apply the patch:

patch -Np1 -i ../netkit-rsh-0.17-fixes-1.patch

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
make

Install the package

make install

Contents

Installed Programs: rcp, rexec, rlogin, rsh, in.rexecd, in.rlogind, in.rshd
Installed Libraries: None
Installed Directory: None

Short Descriptions

rcp copies files between machines.
rexec is remote execution client for an exec server.
rlogin starts a terminal session on a remote host.
rsh executes command on host.
in.rexecd is the remote execution server daemon.
in.rlogind provides a remote login facility with authentication.
in.rshd provides a provides remote execution facilities.