003 File Manager
Current Path:
/usr/src/usr.sbin/nscd
usr
/
src
/
usr.sbin
/
nscd
/
📁
..
📄
Makefile
(394 B)
📄
Makefile.depend
(314 B)
📄
agent.c
(3.34 KB)
📄
agent.h
(2.35 KB)
📁
agents
📄
cachelib.c
(33.88 KB)
📄
cachelib.h
(8.01 KB)
📄
cacheplcs.c
(18.6 KB)
📄
cacheplcs.h
(4.1 KB)
📄
config.c
(16.32 KB)
📄
config.h
(4.96 KB)
📄
debug.c
(3.14 KB)
📄
debug.h
(2.65 KB)
📄
hashtable.h
(7.41 KB)
📄
log.c
(2.29 KB)
📄
log.h
(1.97 KB)
📄
mp_rs_query.c
(16 KB)
📄
mp_rs_query.h
(1.49 KB)
📄
mp_ws_query.c
(16.78 KB)
📄
mp_ws_query.h
(1.56 KB)
📄
nscd.8
(4.22 KB)
📄
nscd.c
(23.63 KB)
📄
nscd.conf
(231 B)
📄
nscd.conf.5
(5.27 KB)
📄
nscdcli.c
(7.32 KB)
📄
nscdcli.h
(2.05 KB)
📄
parser.c
(13.8 KB)
📄
parser.h
(1.5 KB)
📄
protocol.c
(14.89 KB)
📄
protocol.h
(8.06 KB)
📄
query.c
(35.53 KB)
📄
query.h
(3.69 KB)
📄
singletons.c
(1.6 KB)
📄
singletons.h
(1.72 KB)
Editing: Makefile
# $FreeBSD$ CONFS= nscd.conf PROG= nscd MAN= nscd.conf.5 nscd.8 WARNS?= 3 SRCS= agent.c nscd.c nscdcli.c cachelib.c cacheplcs.c debug.c log.c \ config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \ parser.c CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\"" LIBADD= util pthread .PATH: ${.CURDIR}/agents .include "${.CURDIR}/agents/Makefile.inc" .include <bsd.prog.mk>
Upload File
Create Folder