Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107493661
D33456.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D33456.diff
View Options
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -79,6 +79,8 @@
mlx-tools_DESC= Mellanox Utilities
mtree_COMMENT= MTREE Files
mtree_DESC= MTREE Files
+newsyslog_COMMENT= Newsyslog Utility
+newsyslog_DESC= Newsyslog Utility
nfs_COMMENT= NFS Utilities
nfs_DESC= NFS Utilities
openssl_COMMENT= OpenSSL Library and Utility
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile
--- a/usr.sbin/newsyslog/Makefile
+++ b/usr.sbin/newsyslog/Makefile
@@ -2,6 +2,8 @@
.include <src.opts.mk>
+PACKAGE= newsyslog
+
CONFS= newsyslog.conf
PROG= newsyslog
MAN= newsyslog.8 newsyslog.conf.5
diff --git a/usr.sbin/newsyslog/newsyslog.conf.d/Makefile b/usr.sbin/newsyslog/newsyslog.conf.d/Makefile
--- a/usr.sbin/newsyslog/newsyslog.conf.d/Makefile
+++ b/usr.sbin/newsyslog/newsyslog.conf.d/Makefile
@@ -2,12 +2,17 @@
.include <src.opts.mk>
+PACKAGE= newsyslog
CONFSDIR= /etc/newsyslog.conf.d
+CONFGROUPS= CONFS
CONFS=
.if ${MK_FTP} != "no"
-CONFS+= ftp.conf
+CONFGROUPS+= FTP
+FTP+= ftp.conf
+FTPPACKAGE= ftpd
+FTPDIR= /etc/newsyslog.conf.d
.endif
.if ${MK_LPR} != "no"
@@ -19,15 +24,24 @@
.endif
.if ${MK_PF} != "no"
-CONFS+= pf.conf
+CONFGROUPS+= PF
+PF+= pf.conf
+PFPACKAGE= pf
+PFDIR= /etc/newsyslog.conf.d
.endif
.if ${MK_PPP} != "no"
-CONFS+= ppp.conf
+CONFGROUPS+= PPP
+PPP+= ppp.conf
+PPPPACKAGE= ppp
+PPPDIR= /etc/newsyslog.conf.d
.endif
.if ${MK_SENDMAIL} != "no"
-CONFS+= sendmail.conf
+CONFGROUPS+= SENDMAIL
+SENDMAIL+= sendmail.conf
+SENDMAILPACKAGE= sendmail
+SENDMAILDIR= /etc/newsyslog.conf.d
.endif
.include <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 15, 11:50 PM (17 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15817464
Default Alt Text
D33456.diff (1 KB)
Attached To
Mode
D33456: pkgbase: Create a FreeBSD-newsyslog package
Attached
Detach File
Event Timeline
Log In to Comment