Browse Source

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>
lilik-openwrt-22.03
Jonathan McCrohan 10 years ago
parent
commit
c3e9974862
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      admin/muninlite/Makefile
  2. +1
    -1
      net/mtr/Makefile
  3. +1
    -1
      net/sslh/Makefile
  4. +1
    -1
      net/wavemon/Makefile
  5. +1
    -1
      net/xinetd/Makefile

+ 1
- 1
admin/muninlite/Makefile View File

@ -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


+ 1
- 1
net/mtr/Makefile View File

@ -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


+ 1
- 1
net/sslh/Makefile View File

@ -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


+ 1
- 1
net/wavemon/Makefile View File

@ -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


+ 1
- 1
net/xinetd/Makefile View File

@ -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


Loading…
Cancel
Save