diff options
author | erwin <erwin@FreeBSD.org> | 2006-11-23 20:16:59 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-11-23 20:16:59 +0800 |
commit | a1b73638ac89fde2cb472d56e61779121b6e14e6 (patch) | |
tree | 2980fe5be692c44daedbbcc59b1e5a8cc046d724 /Tools/scripts | |
parent | 5c313030c0f85b2b22f08b0ec147d9bdb99133f5 (diff) | |
download | freebsd-ports-gnome-a1b73638ac89fde2cb472d56e61779121b6e14e6.tar.gz freebsd-ports-gnome-a1b73638ac89fde2cb472d56e61779121b6e14e6.tar.zst freebsd-ports-gnome-a1b73638ac89fde2cb472d56e61779121b6e14e6.zip |
eik@ has been inactive for quite some time and as I am running
these scripts on the cluster, transfer maintainership of these
to myself.
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/chkmodules.pl | 2 | ||||
-rwxr-xr-x | Tools/scripts/chkorigin.sh | 2 | ||||
-rwxr-xr-x | Tools/scripts/chkversion.pl | 2 | ||||
-rwxr-xr-x | Tools/scripts/tindex | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/Tools/scripts/chkmodules.pl b/Tools/scripts/chkmodules.pl index a789a79a65ba..8ff1f7d1e991 100755 --- a/Tools/scripts/chkmodules.pl +++ b/Tools/scripts/chkmodules.pl @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= eik@FreeBSD.org +# MAINTAINER= erwin@FreeBSD.org # # CVSROOT-ports/modules auditing script, based on a shell script by # Clement Laforet. diff --git a/Tools/scripts/chkorigin.sh b/Tools/scripts/chkorigin.sh index c770f1f75e8f..c0c4428eebec 100755 --- a/Tools/scripts/chkorigin.sh +++ b/Tools/scripts/chkorigin.sh @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= eik@FreeBSD.org +# MAINTAINER= erwin@FreeBSD.org # # PKGORIGIN connects packaged or installed ports to the directory they # originally came from. Although often overlooked, they are extremly diff --git a/Tools/scripts/chkversion.pl b/Tools/scripts/chkversion.pl index 8caac541f3ee..7593b60acedf 100755 --- a/Tools/scripts/chkversion.pl +++ b/Tools/scripts/chkversion.pl @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= eik@FreeBSD.org +# MAINTAINER= erwin@FreeBSD.org # # PORTVERSION and PKGORIGIN auditing script # diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex index dcf9a5222773..fe8325ff5aaa 100755 --- a/Tools/scripts/tindex +++ b/Tools/scripts/tindex @@ -8,6 +8,9 @@ # When INDEX is broken, assemble the list of committers who touched files # on the most recent 'cvs update', and put those committers "on the hook". # These committers all stay on the hook until INDEX is buildable again. +# +# MAINTAINER= erwin@FreeBSD.org +# # -------------------------------------------------------- # Change these! |