netkit-rsh: Removed pathces: 404's :/

This commit is contained in:
James Mills 2006-12-27 03:28:59 +10:00
parent 69d6cf6f45
commit 26c72fa708
3 changed files with 9 additions and 32 deletions

View File

@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwsr-xr-x root/root usr/bin/rcp
-rwxr-xr-x root/root usr/bin/rcp
-rwxr-xr-x root/root usr/bin/rexec
-rwsr-xr-x root/root usr/bin/rlogin
-rwsr-xr-x root/root usr/bin/rsh
-rwxr-xr-x root/root usr/bin/rlogin
-rwxr-xr-x root/root usr/bin/rsh
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rcp.1.gz
@ -11,7 +11,6 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rlogin.1.gz
-rw-r--r-- root/root usr/man/man1/rsh.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/rhosts.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/in.rexecd.8.gz
-rw-r--r-- root/root usr/man/man8/in.rlogind.8.gz

View File

@ -1,8 +1 @@
7840c93b58d6734b6ce924b6190dc5a8 netkit-rsh-0.17-bigfile.diff
7670e9cf243bb1c481ca6ff55702b5d0 netkit-rsh-0.17-pam-env.diff
a8b8fcde72fd9add90059423ad0d8cad netkit-rsh-0.17-pam.diff
c976a7567a80347151cb6fcdfe4bd85a netkit-rsh-0.17-revers.diff
c013b37834e63cedea7c3425e507924f netkit-rsh-0.17-varargs.diff
8dfe22dddf37a8b1c9570ab3e3497794 netkit-rsh-0.17.diff
14f58425f61b617942b79b1e58a48d64 netkit-rsh-0.17.patch
db6b3228c9a71bc601972158e3752dc5 netkit-rsh-0.17.tar.bz2

View File

@ -1,32 +1,17 @@
# Description: BSD R-Tools with IPv6 patch.
# URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
# Description: BSD R-Tools
# URL: http://www.hcs.harvard.edu/~dholland/computers/netkit.html
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: Daniel Mueller, daniel at danm dot de
# Packager: Daniel Mueller, daniel at danm dot de
#
# Depends on:
# Depends on:
name=netkit-rsh
version=0.17
release=3
source=(ftp://ftp.gwdg.de/pub/linux/suse/people/kukuk/ipv6/$name-$version.tar.bz2 \
http://www.danm.de/files/src/$name/$version/patches/$name-$version.diff \
http://www.danm.de/files/src/$name/$version/patches/$name-$version-bigfile.diff \
http://www.danm.de/files/src/$name/$version/patches/$name-$version-pam-env.diff \
http://www.danm.de/files/src/$name/$version/patches/$name-$version-pam.diff \
http://www.danm.de/files/src/$name/$version/patches/$name-$version-revers.diff \
http://www.danm.de/files/src/$name/$version/patches/$name-$version-varargs.diff \
$name-$version.patch)
source=(ftp://ftp.gwdg.de/pub/linux/suse/people/kukuk/ipv6/$name-$version.tar.bz2)
build()
{
build() {
cd $name-$version
# SuSE patches
patch -p0 -i $SRC/$name-$version.diff
patch -p0 -i $SRC/$name-$version-pam.diff
patch -p0 -i $SRC/$name-$version-varargs.diff
patch -p0 -i $SRC/$name-$version-revers.diff
patch -p0 -i $SRC/$name-$version-bigfile.diff
patch -p1 -i $SRC/$name-$version.patch
install -d \
$PKG/usr/{bin,sbin,man} \