Create a package for autofs(5)
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
17f1329d94
commit
dd181aca6c
@ -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
|
||||
|
13
release/packages/autofs-debug.ucl
Normal file
13
release/packages/autofs-debug.ucl
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FreeBSD-%PKGNAME%"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "Autofs(5) Utilities (debugging symbols)"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "https://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
13
release/packages/autofs.ucl
Normal file
13
release/packages/autofs.ucl
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FreeBSD-%PKGNAME%"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "Autofs(5) Utilities"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "https://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE=autofs
|
||||
PROG= automountd
|
||||
SRCS= automount.c
|
||||
SRCS+= automountd.c
|
||||
|
Loading…
Reference in New Issue
Block a user