blob: 090a18a4157f4764356a2588a7796139e98b4d57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= setsid
DISTVERSION= 2.37
CATEGORIES= sysutils
MAINTAINER= ports@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>
|