003 File Manager
Current Path:
/usr/src/usr.sbin/newsyslog/newsyslog.conf.d
usr
/
src
/
usr.sbin
/
newsyslog
/
newsyslog.conf.d
/
📁
..
📄
Makefile
(401 B)
📄
Makefile.depend
(176 B)
📄
amd.conf
(54 B)
📄
ftp.conf
(55 B)
📄
lpr.conf
(56 B)
📄
opensm.conf
(74 B)
📄
pf.conf
(77 B)
📄
ppp.conf
(66 B)
📄
sendmail.conf
(57 B)
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> CONFSDIR= /etc/newsyslog.conf.d CONFS= .if ${MK_FTP} != "no" CONFS+= ftp.conf .endif .if ${MK_LPR} != "no" CONFS+= lpr.conf .endif .if ${MK_OFED} != "no" CONFS+= opensm.conf .endif .if ${MK_PF} != "no" CONFS+= pf.conf .endif .if ${MK_PPP} != "no" CONFS+= ppp.conf .endif .if ${MK_SENDMAIL} != "no" CONFS+= sendmail.conf .endif .include <bsd.prog.mk>
Upload File
Create Folder