daemonize is a command-line utility that runs a command as a Unix daemon. See

the accompanying man page for full details.

WWW: https://github.com/bmc/daemonize

PR:		203063
Submitted by:	Neel Chauhan <neel@neelc.org>
This commit is contained in:
Pawel Pekala 2015-11-07 17:07:14 +00:00
parent d4d67456f3
commit 5821ed0cf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401010
4 changed files with 32 additions and 0 deletions

View File

@ -178,6 +178,7 @@
SUBDIR += daa2iso
SUBDIR += dae
SUBDIR += daedalus
SUBDIR += daemonize
SUBDIR += daemontools
SUBDIR += daemontools-encore
SUBDIR += dar

View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= daemonize
PORTVERSION= 1.7.6
DISTVERSIONPREFIX= release-
CATEGORIES= sysutils
MAINTAINER= neel@neelc.org
COMMENT= Tool to run a command as a daemon
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= bmc
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (bmc-daemonize-release-1.7.6_GH0.tar.gz) = 8d5717ae5e5bbd4cd6687abe1310f4d817468c67b851ce95dda73038ab40db1f
SIZE (bmc-daemonize-release-1.7.6_GH0.tar.gz) = 65928

View File

@ -0,0 +1,4 @@
daemonize is a command-line utility that runs a command as a Unix daemon. See
the accompanying man page for full details.
WWW: https://github.com/bmc/daemonize