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>
This commit is contained in:
parent
c839c2119b
commit
c3e9974862
5 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ define Package/muninlite
|
||||||
DEPENDS:=+xinetd
|
DEPENDS:=+xinetd
|
||||||
TITLE:=Munin node implemented in shell
|
TITLE:=Munin node implemented in shell
|
||||||
URL:=http://sourceforge.net/projects/muninlite/
|
URL:=http://sourceforge.net/projects/muninlite/
|
||||||
MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/muninlite/Default/description
|
define Package/muninlite/Default/description
|
||||||
|
|
|
@ -27,7 +27,7 @@ define Package/mtr
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses
|
||||||
TITLE:=Full screen ncurses traceroute tool
|
TITLE:=Full screen ncurses traceroute tool
|
||||||
URL:=http://www.bitwizard.nl/mtr/
|
URL:=http://www.bitwizard.nl/mtr/
|
||||||
MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mtr/description
|
define Package/mtr/description
|
||||||
|
|
|
@ -23,7 +23,7 @@ define Package/sslh
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
TITLE:=SSL/SSH multiplexer
|
TITLE:=SSL/SSH multiplexer
|
||||||
URL:=http://rutschle.net/tech/sslh.shtml
|
URL:=http://rutschle.net/tech/sslh.shtml
|
||||||
MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sslh/conffiles
|
define Package/sslh/conffiles
|
||||||
|
|
|
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/wavemon
|
define Package/wavemon
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
||||||
TITLE:=N-curses based wireless network devices monitor
|
TITLE:=N-curses based wireless network devices monitor
|
||||||
DEPENDS:=+libncurses +libpthread
|
DEPENDS:=+libncurses +libpthread
|
||||||
SUBMENU:=wireless
|
SUBMENU:=wireless
|
||||||
|
|
|
@ -24,7 +24,7 @@ define Package/xinetd
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A powerful and secure super-server
|
TITLE:=A powerful and secure super-server
|
||||||
URL:=http://www.xinetd.org/
|
URL:=http://www.xinetd.org/
|
||||||
MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/xinetd/description
|
define Package/xinetd/description
|
||||||
|
|
Loading…
Reference in a new issue