1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Moving the rboot port from misc to net. RBoot is a remote boot facility

for PC operating systems.  It allows you to setup several PCs so that
they fetch their operating systems from a central UNIX server.
This commit is contained in:
Steve Price 1999-12-10 15:15:23 +00:00
parent c86bf0c6bb
commit aff9e20645
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23726
8 changed files with 118 additions and 1 deletions

View File

@ -84,7 +84,6 @@
SUBDIR += proxyper
SUBDIR += qclock
SUBDIR += quotes
SUBDIR += rboot
SUBDIR += rc5des
SUBDIR += rfc
SUBDIR += rpm

View File

@ -149,6 +149,7 @@
SUBDIR += radiusd-cistron
SUBDIR += radreport
SUBDIR += ratoolset
SUBDIR += rboot
SUBDIR += rdist6
SUBDIR += relay
SUBDIR += rinetd

27
net/rboot/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: rboot
# Version required: 3.0
# Date created: 25 Jun 1999
# Whom: m.butkus@tu-bs.de
#
# $FreeBSD$
#
DISTNAME= rboot-3.0.1
CATEGORIES= net
MASTER_SITES= http://www.bs.ni.schule.de/support/rboot/download/
MAINTAINER= m.butkus@tu-bs.de
NO_PACKAGE= "this port creates devices"
post-install:
@${ECHO} ""
@${ECHO} "======================================================="
@${ECHO} "This port performs only a basic RBoot installation."
@${ECHO} "Please see the file ${WRKDIR}/${DISTNAME}/INSTALL"
@${ECHO} "for additional instructions on setting up RBoot."
@${ECHO} "Note that RBoot has been installed in ${PREFIX}/rboot."
@${ECHO} "======================================================="
@${ECHO} ""
.include <bsd.port.mk>

1
net/rboot/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rboot-3.0.1.tar.gz) = 48014e81df166af58209a2e8b10b5b07

13
net/rboot/files/patch-aa Normal file
View File

@ -0,0 +1,13 @@
*** Makefile.orig Sun Oct 10 14:30:03 1999
--- Makefile Sun Oct 10 14:26:58 1999
***************
*** 1,4 ****
! INSTALL_PREFIX=/exports/rboot
! MANDIR=/usr/local/man
SUBDIRS= boot dev etc mnt stand
--- 1,4 ----
! INSTALL_PREFIX=$(PREFIX)/rboot
! MANDIR=$(PREFIX)/man
SUBDIRS= boot dev etc mnt stand

1
net/rboot/pkg-comment Normal file
View File

@ -0,0 +1 @@
A remote-boot solution for M$ operating systems

19
net/rboot/pkg-descr Normal file
View File

@ -0,0 +1,19 @@
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.
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
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.
For more information, see the RBoot homepage at:
WWW: http://www.bs.ni.schule.de/support/rboot/

56
net/rboot/pkg-plist Normal file
View File

@ -0,0 +1,56 @@
rboot/boot/files.win95
rboot/boot/files.win98
rboot/dev/MAKEDEV
rboot/dev/MAKEDEV.local
rboot/etc/disktab
rboot/etc/master.passwd
rboot/etc/passwd
rboot/etc/pwd.db
rboot/etc/rboot.conf
rboot/etc/rc
rboot/etc/spwd.db
rboot/etc/ttys
rboot/kernel
rboot/stand/[
rboot/stand/cat
rboot/stand/cmos
rboot/stand/cp
rboot/stand/dd
rboot/stand/devfs
rboot/stand/echo
rboot/stand/gzip
rboot/stand/head
rboot/stand/hostname
rboot/stand/init
rboot/stand/md5
rboot/stand/meter
rboot/stand/minigzip
rboot/stand/mount
rboot/stand/mount_devfs
rboot/stand/mount_mfs
rboot/stand/mount_msdos
rboot/stand/mount_nfs
rboot/stand/mount_ntfs
rboot/stand/mount_std
rboot/stand/msdos
rboot/stand/pax
rboot/stand/reboot
rboot/stand/setcookie
rboot/stand/sh
rboot/stand/sysctl
rboot/stand/test
rboot/stand/tr
rboot/stand/umount
rboot/stand/win95_hooks.sh
rboot/stand/win98_hooks.sh
rboot/stand/winnt_hooks.sh
@unexec rm -f %D/rboot/bin
@dirrm rboot/boot
@unexec rm -rf %D/rboot/dev
@dirrm rboot/etc
@dirrm rboot/mnt
@unexec rm -f %D/rboot/sbin
@dirrm rboot/stand
@dirrm rboot/var/tmp
@dirrm rboot/var
@dirrm rboot