mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
5bdc399c92
ssid has been folded into sbase upstream but is missing support for -c, -f, -w. This switches the implementation to the one from util-linux instead which provides them.
21 lines
357 B
Makefile
21 lines
357 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
PORTNAME= setsid
|
|
DISTVERSION= 2.37
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Run a command in a new session
|
|
|
|
LICENSE= PD
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= t6
|
|
|
|
PLIST_FILES= bin/setsid \
|
|
bin/ssid \
|
|
share/bash-completion/completions/setsid \
|
|
share/man/man1/setsid.1.gz
|
|
|
|
.include <bsd.port.mk>
|