forked from ports/contrib
netkit-rwho: removed, broken with compile errors
This commit is contained in:
parent
577628b6e1
commit
441b1e0bc8
@ -1,18 +0,0 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/rwhod
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/ruptime
|
||||
-rwxr-xr-x root/root usr/bin/rwho
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ruptime.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/rwho.1.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/rwhod.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/rwhod
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/spool/
|
||||
drwxr-xr-x root/root var/spool/rwho/
|
@ -1,2 +0,0 @@
|
||||
0f71620d45d472f89134ba0d74242e75 netkit-rwho-0.17.tar.gz
|
||||
1c3f4bd14074b3214d265ee35867fd5c rwhod.rc
|
@ -1,28 +0,0 @@
|
||||
# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
|
||||
# Description: System status server (rwho, rwhod).
|
||||
# URL: http://www.hcs.harvard.edu/~dholland/computers/old-netkit.html
|
||||
# Packager: James Mills prologic at shortcircuit dot net dot au
|
||||
# Maintainer: James Mills prologic at shortcircuit dot net dot au
|
||||
# Depends on:
|
||||
|
||||
name=netkit-rwho
|
||||
version=0.17
|
||||
release=2
|
||||
source=(ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/$name-$version.tar.gz \
|
||||
rwhod.rc)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=$PKG/usr
|
||||
sed -i "/^CFLAGS/s/-O2 -pipe/$CFLAGS/" Makefile
|
||||
|
||||
install -d \
|
||||
$PKG/usr/{bin,man/man1,man/man8,sbin} \
|
||||
$PKG/var/spool/rwho
|
||||
|
||||
make && make prefix=$PKG/usr install
|
||||
install -D -m755 $SRC/rwhod.rc $PKG/etc/rc.d/rwhod
|
||||
chmod +x $PKG/etc/rc.d/rwhod
|
||||
chown -R root:root $PKG
|
||||
}
|
||||
|
@ -1,23 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# /etc/rc.d/rwhod: start/stop rwho daemon
|
||||
#
|
||||
|
||||
case $1 in
|
||||
start)
|
||||
/usr/sbin/rwhod
|
||||
;;
|
||||
stop)
|
||||
killall -q /usr/sbin/rwhod
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
sleep 2
|
||||
$0 start
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 [start|stop|restart]"
|
||||
;;
|
||||
esac
|
||||
|
||||
# End of file
|
Loading…
x
Reference in New Issue
Block a user