diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 13:26:25 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 13:26:25 +0000 |
commit | b91d0ca08c1f15b20a6f2fe6971ae129a766d984 (patch) | |
tree | dce0fedb399c79d1ebe09ff4f0340de73e058086 /packages/nis/nis.inc | |
parent | 1a4c97422d1d77b34062ee16a9dc68fc11e703a8 (diff) |
nis: fix SECTION and LICENSE
Diffstat (limited to 'packages/nis/nis.inc')
-rw-r--r-- | packages/nis/nis.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nis/nis.inc b/packages/nis/nis.inc index 45232881cb..90f7ff50a0 100644 --- a/packages/nis/nis.inc +++ b/packages/nis/nis.inc @@ -5,9 +5,9 @@ # the rpcsvc functionality is not present in uclibc DESCRIPTION ?= "NIS Server and Tools" HOMEPAGE ?= "http://www.linux-nis.org/nis/" -SECTION ?= "console/networking" +SECTION ?= "console/network" PRIORITY ?= "optional" -LICENSE ?= "GPL-2" +LICENSE ?= "GPLv2" # Override these *after* the include file if necessary! SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/${P}.tar.bz2" |