diff options
-rwxr-xr-x | Tools/scripts/checksum.sh | 2 | ||||
-rwxr-xr-x | Tools/scripts/chkorigin.sh | 2 | ||||
-rwxr-xr-x | Tools/scripts/chkversion.pl | 2 | ||||
-rwxr-xr-x | Tools/scripts/tindex | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Tools/scripts/checksum.sh b/Tools/scripts/checksum.sh index 4c27185e0d4d..7970d6aeeb28 100755 --- a/Tools/scripts/checksum.sh +++ b/Tools/scripts/checksum.sh @@ -2,7 +2,7 @@ # # Created by: Alexander Langer <alex@big.endian.de> # Created on: May 22, 2000 -# MAINTAINER= alex@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org if [ -z $1 ]; then echo "Usage: $0 <portname> ..." diff --git a/Tools/scripts/chkorigin.sh b/Tools/scripts/chkorigin.sh index bfaa90bb4aba..6fd821214152 100755 --- a/Tools/scripts/chkorigin.sh +++ b/Tools/scripts/chkorigin.sh @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@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 a83e0b34f9f2..6fb6bc390575 100755 --- a/Tools/scripts/chkversion.pl +++ b/Tools/scripts/chkversion.pl @@ -30,7 +30,7 @@ # # $FreeBSD$ # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # PORTVERSION and PKGORIGIN auditing script # diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex index d8509f55333b..54e6d04f2166 100755 --- a/Tools/scripts/tindex +++ b/Tools/scripts/tindex @@ -9,7 +9,7 @@ # on the most recent 'svn update', and put those committers "on the hook". # These committers all stay on the hook until INDEX is buildable again. # -# MAINTAINER= erwin@FreeBSD.org +# MAINTAINER= portmgr@FreeBSD.org # # -------------------------------------------------------- |