diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-08-14 00:39:20 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-08-14 00:39:20 +0100 |
commit | c3e99748629805357bd176bca5186340981271da (patch) | |
tree | 017422cc92f1378cfda0cd3b20d6ead0a76c253c /net | |
parent | c839c2119b0dc50e3c9ebb1da6641dc6aaafe058 (diff) |
muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/
Replace the MAINTAINER lines in packages that I maintain with
PKG_MAINTAINER lines, to be consistent with the rest of the packages
tree.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mtr/Makefile | 2 | ||||
-rw-r--r-- | net/sslh/Makefile | 2 | ||||
-rw-r--r-- | net/wavemon/Makefile | 2 | ||||
-rw-r--r-- | net/xinetd/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 5d31ef21d..0d78049d8 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -27,7 +27,7 @@ define Package/mtr DEPENDS:=+libncurses TITLE:=Full screen ncurses traceroute tool URL:=http://www.bitwizard.nl/mtr/ - MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> + PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> endef define Package/mtr/description diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 043342fa7..bb3cdcf6c 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -23,7 +23,7 @@ define Package/sslh SUBMENU:=Routing and Redirection TITLE:=SSL/SSH multiplexer URL:=http://rutschle.net/tech/sslh.shtml - MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> + PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> endef define Package/sslh/conffiles diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index 64bbc758b..474bfdc6d 100644 --- a/net/wavemon/Makefile +++ b/net/wavemon/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/wavemon SECTION:=net CATEGORY:=Network - MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> + PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> TITLE:=N-curses based wireless network devices monitor DEPENDS:=+libncurses +libpthread SUBMENU:=wireless diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index 9d725191c..19186b27e 100644 --- a/net/xinetd/Makefile +++ b/net/xinetd/Makefile @@ -24,7 +24,7 @@ define Package/xinetd CATEGORY:=Network TITLE:=A powerful and secure super-server URL:=http://www.xinetd.org/ - MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> + PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> endef define Package/xinetd/description |