diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-10-19 00:22:10 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-10-19 00:22:10 +0000 |
commit | fe1022c36723ed96bda12f29e2d77d8c28727fbb (patch) | |
tree | a59aa57f071d8785ff735056874663572c7bcbcd /net/rboot | |
parent | dc4c58b0f80800d5a2361a5e57903121e9a74b55 (diff) | |
download | ports-fe1022c36723ed96bda12f29e2d77d8c28727fbb.tar.gz ports-fe1022c36723ed96bda12f29e2d77d8c28727fbb.zip |
Notes
Diffstat (limited to 'net/rboot')
-rw-r--r-- | net/rboot/Makefile | 12 | ||||
-rw-r--r-- | net/rboot/distinfo | 1 | ||||
-rw-r--r-- | net/rboot/pkg-descr | 15 |
3 files changed, 17 insertions, 11 deletions
diff --git a/net/rboot/Makefile b/net/rboot/Makefile index 6f8570cfc9b1..62f1f75b60ed 100644 --- a/net/rboot/Makefile +++ b/net/rboot/Makefile @@ -8,13 +8,15 @@ PORTNAME= rboot PORTVERSION= 3.0.1 CATEGORIES= net -MASTER_SITES= http://www.bs.ni.schule.de/support/rboot/download/ +MASTER_SITES= http://www.franksworld.org/dist/${PORTNAME}/ -MAINTAINER= m.butkus@tu-bs.de -COMMENT= A remote-boot solution for M$$ operating systems +MAINTAINER= ports@FreeBSD.org +COMMENT= A remote-boot solution for Microsoft operating systems -NO_PACKAGE= "this port creates devices" -BROKEN= Unfetchable +NO_PACKAGE= this port creates devices + +DEPRECATED= The project is no longer under development, and has no homepage +EXPIRATION_DATE=2007-06-01 MAN7= rboot.7 MAN8= netboot.8 diff --git a/net/rboot/distinfo b/net/rboot/distinfo index d8de8d50f534..93cacc824fb9 100644 --- a/net/rboot/distinfo +++ b/net/rboot/distinfo @@ -1,2 +1,3 @@ MD5 (rboot-3.0.1.tar.gz) = 48014e81df166af58209a2e8b10b5b07 +SHA256 (rboot-3.0.1.tar.gz) = 19ff0e1a8de2242c8a79541fc5411d667c4d62ebfcd7258ca1fa1a367ffd0e5c SIZE (rboot-3.0.1.tar.gz) = 1044694 diff --git a/net/rboot/pkg-descr b/net/rboot/pkg-descr index 49b5e350142a..0bc802fc10a7 100644 --- a/net/rboot/pkg-descr +++ b/net/rboot/pkg-descr @@ -1,19 +1,22 @@ -RBoot is a remote boot facility for PC operating systems. +RBoot is a remote boot facility for PC operating systems. More specifically, it allows you to set up several PCs so that they fetch their operating system from a central UNIX server on boot time. - + By having all the clients use the same boot image, and by storing differences in the clients' configuration in separate files, RBoot allows the sysadmin to reduce his/her administration efforts from factor N to -factor 1. +factor 1. RBoot requires a UNIX server that is capable of exporting a directory via NFS, and that has a bootpd server (for BOOTP). Any recent UNIX should meet -these criteria. At the moment, RBoot supports only booting the +these criteria. At the moment, RBoot supports only booting the Windows 95/98 operating systems, but support for Windows NT 4, Win 3.11 and DOS/LanManager eventually be added. -RBoot is freely redistributable under a BSD-style license. +RBoot is freely redistributable under a BSD-style license. + +Please note that RBoot is no longer supported by its author, and is not +under active development. -For more information, see the RBoot homepage at: +For historical reference, the RBoot homepage was at: WWW: http://www.bs.ni.schule.de/support/rboot/ |