blob: 6edb534e8f9a4277ade8fe3dd2560ec378ebbd84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This package builds the NIS server
# The source package is utils/net/NIS/ypserv
#
PR = "r0"
DESCRIPTION="NIS version 2 server for Linux."
HOMEPAGE="http://www.linux-nis.org/nis/ypserv/index.html"
include nis.inc
# ypserv needs a database package, gdbm is currently the
# only candidate
DEPENDS += " gdbm"
|