lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c3e99748629805357bd176bca5186340981271da
parent c839c2119b0dc50e3c9ebb1da6641dc6aaafe058
Author: Jonathan McCrohan <jmccrohan@gmail.com>
Date:   Thu, 14 Aug 2014 00:39:20 +0100

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:
Madmin/muninlite/Makefile | 2+-
Mnet/mtr/Makefile | 2+-
Mnet/sslh/Makefile | 2+-
Mnet/wavemon/Makefile | 2+-
Mnet/xinetd/Makefile | 2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile @@ -25,7 +25,7 @@ define Package/muninlite DEPENDS:=+xinetd TITLE:=Munin node implemented in shell URL:=http://sourceforge.net/projects/muninlite/ - MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> + PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> endef define Package/muninlite/Default/description diff --git 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 @@ -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 @@ -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 @@ -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