svn commit: r295156 - in projects/release-pkg: etc release/packages usr.sbin/autofs

Glen Barber gjb at FreeBSD.org
Tue Feb 2 17:33:39 UTC 2016


Author: gjb
Date: Tue Feb  2 17:33:37 2016
New Revision: 295156
URL: https://svnweb.freebsd.org/changeset/base/295156

Log:
  Create a package for autofs(5)
  
  Sponsored by:	The FreeBSD Foundation

Added:
  projects/release-pkg/release/packages/autofs-debug.ucl
  projects/release-pkg/release/packages/autofs.ucl
Modified:
  projects/release-pkg/etc/Makefile
  projects/release-pkg/usr.sbin/autofs/Makefile

Modified: projects/release-pkg/etc/Makefile
==============================================================================
--- projects/release-pkg/etc/Makefile	Tue Feb  2 16:47:50 2016	(r295155)
+++ projects/release-pkg/etc/Makefile	Tue Feb  2 17:33:37 2016	(r295156)
@@ -3,6 +3,8 @@
 
 .include <src.opts.mk>
 
+FILESGROUPS=	FILES
+
 SUBDIR=	\
 	newsyslog.conf.d
 
@@ -79,8 +81,13 @@ BIN1+= apmd.conf
 .endif
 
 .if ${MK_AUTOFS} != "no"
-BIN1+= auto_master
+FILESGROUPS+=	AUTOFS
+AUTOFS+=	auto_master
 .endif
+AUTOFSDIR=	/etc
+AUTOFSMODE=	${BINMODE}
+AUTOFSPACKAGE=	autofs
+AUTOFSTAGS=	config
 
 .if ${MK_FREEBSD_UPDATE} != "no"
 BIN1+= freebsd-update.conf

Added: projects/release-pkg/release/packages/autofs-debug.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/release-pkg/release/packages/autofs-debug.ucl	Tue Feb  2 17:33:37 2016	(r295156)
@@ -0,0 +1,13 @@
+name = "FreeBSD-%PKGNAME%"
+origin = "base"
+version = "%VERSION%"
+comment = "Autofs(5) Utilities (debugging symbols)"
+categories = [ base ]
+maintainer = "re at FreeBSD.org"
+www = "https://www.FreeBSD.org"
+prefix = "/"
+licenselogic = "single"
+licenses = [ BSD2CLAUSE ]
+desc = <<EOD
+%DESC%
+EOD

Added: projects/release-pkg/release/packages/autofs.ucl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/release-pkg/release/packages/autofs.ucl	Tue Feb  2 17:33:37 2016	(r295156)
@@ -0,0 +1,13 @@
+name = "FreeBSD-%PKGNAME%"
+origin = "base"
+version = "%VERSION%"
+comment = "Autofs(5) Utilities"
+categories = [ base ]
+maintainer = "re at FreeBSD.org"
+www = "https://www.FreeBSD.org"
+prefix = "/"
+licenselogic = "single"
+licenses = [ BSD2CLAUSE ]
+desc = <<EOD
+%DESC%
+EOD

Modified: projects/release-pkg/usr.sbin/autofs/Makefile
==============================================================================
--- projects/release-pkg/usr.sbin/autofs/Makefile	Tue Feb  2 16:47:50 2016	(r295155)
+++ projects/release-pkg/usr.sbin/autofs/Makefile	Tue Feb  2 17:33:37 2016	(r295156)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PACKAGE=autofs
 PROG=	automountd
 SRCS=	automount.c
 SRCS+=	automountd.c


More information about the svn-src-projects mailing list