summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2005-06-04 10:58:39 +0000
committerschweikh <schweikh@FreeBSD.org>2005-06-04 10:58:39 +0000
commitc1ecf2fe863047db7f0d058a994b7b14368569d2 (patch)
tree64c0283341e289a14c018995c9e02580c6fc3c57
parentee7e0a23d14a71692fb5eb65c9643179389fcb62 (diff)
downloadFreeBSD-src-c1ecf2fe863047db7f0d058a994b7b14368569d2.zip
FreeBSD-src-c1ecf2fe863047db7f0d058a994b7b14368569d2.tar.gz
Release n_hibma's maintainership due to his ENOTIME.
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
-rw-r--r--MAINTAINERS12
-rw-r--r--lib/libusbhid/Makefile2
-rw-r--r--sys/modules/cam/Makefile3
-rw-r--r--sys/modules/udbp/Makefile4
-rw-r--r--sys/modules/ugen/Makefile4
-rw-r--r--sys/modules/uhid/Makefile4
-rw-r--r--sys/modules/ukbd/Makefile4
-rw-r--r--sys/modules/ulpt/Makefile4
-rw-r--r--sys/modules/umass/Makefile4
-rw-r--r--sys/modules/umodem/Makefile4
-rw-r--r--sys/modules/ums/Makefile4
-rw-r--r--sys/modules/usb/Makefile4
-rw-r--r--sys/modules/uscanner/Makefile4
13 files changed, 11 insertions, 46 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 239f39c..7c7bbae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -137,28 +137,16 @@ $ cd /usr/src; find */* -type f|xargs egrep 'MAINTAINER[ <tab>]*='
bin/dd/Makefile:MAINTAINER= green@FreeBSD.org
games/fortune/datfiles/Makefile:MAINTAINER= jkh
gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch
-lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG
sbin/dhclient/Makefile.inc:MAINTAINER= mbr
sys/compat/svr4/Makefile:MAINTAINER= newton@freebsd.org
sys/dev/asr/MAINTAINER:MAINTAINER = obrien@freebsd, scott_long@btc.adaptec.com, mark_salyzyn@adaptec.com
sys/dev/bktr/CHANGELOG.TXT: * MAINTAINER = Roger Hardiman <roger@freebsd.org>
sys/modules/3dfx/Makefile:MAINTAINER= cokane@FreeBSD.org
sys/modules/bktr/bktr_mem/Makefile:MAINTAINER= roger@freebsd.org
-sys/modules/cam/Makefile:MAINTAINER= n_hibma@freebsd.org
sys/modules/linux/Makefile:MAINTAINER= emulation@FreeBSD.org
sys/modules/streams/Makefile:MAINTAINER= newton@atdot.dotat.org
sys/modules/svr4/Makefile:MAINTAINER= newton@FreeBSD.org
-sys/modules/udbp/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/ugen/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/uhid/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/ukbd/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/ulpt/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/umass/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/umodem/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/ums/Makefile:MAINTAINER= n_hibma@freebsd.org
sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
-sys/modules/usb/Makefile:MAINTAINER= n_hibma@freebsd.org
-sys/modules/uscanner/Makefile:MAINTAINER= n_hibma@freebsd.org
tools/tools/sysdoc/Makefile:MAINTAINER= trhodes@FreeBSD.org
usr.bin/locate/Makefile:MAINTAINER= wosch
usr.sbin/zic/Makefile:MAINTAINER= wollman@FreeBSD.org
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile
index 9594649..208d32d 100644
--- a/lib/libusbhid/Makefile
+++ b/lib/libusbhid/Makefile
@@ -1,8 +1,6 @@
# $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $
# $FreeBSD$
-MAINTAINER= n_hibma@FreeBSD.ORG
-
LIB= usbhid
MAN= usbhid.3
diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile
index 10e942d..d175dbf 100644
--- a/sys/modules/cam/Makefile
+++ b/sys/modules/cam/Makefile
@@ -1,6 +1,5 @@
-# $FreeBSD$
+# $FreeBSD$
-MAINTAINER= n_hibma@freebsd.org
S= ${.CURDIR}/../..
.PATH: $S/cam $S/cam/scsi
diff --git a/sys/modules/udbp/Makefile b/sys/modules/udbp/Makefile
index 2092523..aeeac7c 100644
--- a/sys/modules/udbp/Makefile
+++ b/sys/modules/udbp/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/ugen/Makefile b/sys/modules/ugen/Makefile
index 22c8334..d024a3a 100644
--- a/sys/modules/ugen/Makefile
+++ b/sys/modules/ugen/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/uhid/Makefile b/sys/modules/uhid/Makefile
index d5ab013..31c5a17 100644
--- a/sys/modules/uhid/Makefile
+++ b/sys/modules/uhid/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/ukbd/Makefile b/sys/modules/ukbd/Makefile
index cd2e02e..3c55896 100644
--- a/sys/modules/ukbd/Makefile
+++ b/sys/modules/ukbd/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/ulpt/Makefile b/sys/modules/ulpt/Makefile
index 46becf8..c7d51c3 100644
--- a/sys/modules/ulpt/Makefile
+++ b/sys/modules/ulpt/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/umass/Makefile b/sys/modules/umass/Makefile
index b0412ff..4af29fe 100644
--- a/sys/modules/umass/Makefile
+++ b/sys/modules/umass/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/umodem/Makefile b/sys/modules/umodem/Makefile
index 7258d4f..458a2c3 100644
--- a/sys/modules/umodem/Makefile
+++ b/sys/modules/umodem/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/ums/Makefile b/sys/modules/ums/Makefile
index 351f081..fee3843 100644
--- a/sys/modules/ums/Makefile
+++ b/sys/modules/ums/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index 72347e6..d08279d 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
S= ${.CURDIR}/../..
diff --git a/sys/modules/uscanner/Makefile b/sys/modules/uscanner/Makefile
index 995fc71..fa34856 100644
--- a/sys/modules/uscanner/Makefile
+++ b/sys/modules/uscanner/Makefile
@@ -1,6 +1,4 @@
-# $FreeBSD$
-
-MAINTAINER= n_hibma@freebsd.org
+# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
OpenPOWER on IntegriCloud