removed devfsd and cvsup

This commit is contained in:
Simone Rota 2006-02-23 17:17:24 +00:00
parent e8e2ec3e73
commit 8e5be91121
9 changed files with 0 additions and 120 deletions

View File

@ -1,16 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/ports/
drwxr-xr-x root/root etc/ports/drivers/
-rwxr-xr-x root/root etc/ports/drivers/cvsup
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cvpasswd
-rwxr-xr-x root/root usr/bin/cvsup
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cvpasswd.1.gz
-rw-r--r-- root/root usr/man/man1/cvsup.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/cvsupd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/cvsupd

View File

@ -1,4 +0,0 @@
ddca60eb579722dde1e5b43fa4ec3eee cvsup
b100ace98a41aa9f3d3e75b0d3c245b0 cvsup-snap-16.1h.tar.gz
f2efe85be7676944c537aa729f9cb17e ezm3-1.1-LINUXLIBC6-boot.tar.bz2
0cb8d2af3784142144c01ffac4c0ffff ezm3-1.1-src.tar.bz2

View File

@ -1,29 +0,0 @@
# Description: CVS-Aware Network File Distribution System
# URL: http://www.cvsup.org/
# Maintainer: Per Lidén <per@fukt.bth.se>
# Depends on: zlib
name=cvsup
version=16.1h
release=2
source=(ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/$name-snap-$version.tar.gz \
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.1-src.tar.bz2 \
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.1-LINUXLIBC6-boot.tar.bz2 \
cvsup)
build() {
# Build Modula-3 Compiler
cd ezm3-1.1
export CFLAGS="-O"
sed -i "s|/usr/local|$SRC/m3|" m3config/src/LINUXLIBC6
sed -i "s|gmake|make|" m3config/src/COMMON
make
# Build CVSup
export PATH="$PATH:$SRC/m3/bin"
cd ../cvsup-snap-$version
make PREFIX=/usr M3FLAGS="-DNOGUI"
mkdir -p $PKG/usr/{bin,sbin,man/man1,man/man8}
make PREFIX=$PKG/usr install
install -D -m 755 ../cvsup $PKG/etc/ports/drivers/cvsup
}

View File

@ -1,13 +0,0 @@
#!/bin/sh
#
# /etc/ports/drivers/cvsup: cvsup(1) driver script for ports(8)
#
if [ "$#" != "1" ]; then
echo "usage: $0 <file>"
exit 1
fi
cvsup -g -L 1 -r 0 -c .cvsup $1
# End of file

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/devfsd.conf
-rw-r--r-- root/root etc/modules.devfs
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/devfsd
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/devfsd.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/devfsd.8.gz

View File

@ -1,3 +0,0 @@
44c6394b8e2e8feaf453aeddc8a3ee69 devfsd-v1.3.25.tar.gz
3c7c72ec669d8d801b55838009889a0e devfsd.conf
52b0e6887ba1a3ef645e5b3364340250 devfsd.patch

View File

@ -1,19 +0,0 @@
# Description: Daemon for managing devfs (the Linux Device Filesystem)
# URL: http://www.atnf.csiro.au/people/rgooch/linux/
# Maintainer: Per Lidén <per@fukt.bth.se>
name=devfsd
version=1.3.25
release=2
source=(ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/$name-v$version.tar.gz \
devfsd.conf devfsd.patch)
build() {
cd $name
patch -p1 < ../$name.patch
make CEXTRAS="$CFLAGS"
mkdir -p $PKG/{sbin,etc} $PKG/usr/man/man{5,8}
make PREFIX=$PKG install
chown -R root.root $PKG
cp ../devfsd.conf $PKG/etc
}

View File

@ -1,10 +0,0 @@
#
# /etc/devfsd.conf: devfsd(8) configuration
#
REGISTER .* MKOLDCOMPAT
UNREGISTER .* RMOLDCOMPAT
LOOKUP .* MODLOAD
# End of file

View File

@ -1,15 +0,0 @@
diff -ru devfsd/devfsd.c devfsd-new/devfsd.c
--- devfsd/devfsd.c 2002-03-25 07:59:40.000000000 +0100
+++ devfsd-new/devfsd.c 2002-05-25 15:35:31.000000000 +0200
@@ -641,10 +641,7 @@
fprintf (stderr, "Error setting SIGUSR1 handler\t%s\n", ERRSTRING);
exit (1);
}
- if (trace_level < 1)
- fprintf (stderr, "Started device management daemon v%s for %s\n",
- DEVFSD_VERSION, mount_point);
- else
+ if (trace_level > 0)
fprintf (stderr,
"Started device management daemon v%s for %s at trace level %d\n",
DEVFSD_VERSION, mount_point, trace_level);