Skip to content

Commit

Permalink
Create a package for autofs(5)
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
gjb authored and gjb committed Feb 2, 2016
1 parent 34bfa3f commit e0804a8
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
9 changes: 8 additions & 1 deletion etc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

.include <src.opts.mk>

FILESGROUPS= FILES

SUBDIR= \
newsyslog.conf.d

Expand Down Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions release/packages/autofs-debug.ucl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "Autofs(5) Utilities (debugging symbols)"
categories = [ base ]
maintainer = "[email protected]"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
13 changes: 13 additions & 0 deletions release/packages/autofs.ucl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "Autofs(5) Utilities"
categories = [ base ]
maintainer = "[email protected]"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
1 change: 1 addition & 0 deletions usr.sbin/autofs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $FreeBSD$

PACKAGE=autofs
PROG= automountd
SRCS= automount.c
SRCS+= automountd.c
Expand Down

0 comments on commit e0804a8

Please sign in to comment.