mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
move/rename previous for consistency
This commit is contained in:
parent
4deab50ab2
commit
959d5fe910
12 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ PAGER?= less
|
|||
all:
|
||||
@cat ${.CURDIR}/README.md | ${PAGER}
|
||||
|
||||
CATEGORIES= devel net sysutils security www
|
||||
CATEGORIES= devel net net-mgmt sysutils security www
|
||||
|
||||
.for CATEGORY in ${CATEGORIES}
|
||||
_${CATEGORY}!= ls -1d ${CATEGORY}/*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
PLUGIN_NAME= igmpproxy
|
||||
PLUGIN_NAME= igmp-proxy
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_PRIVATE= yes
|
||||
PLUGIN_DEPENDS= igmpproxy
|
||||
Loading…
Reference in a new issue