sysutils/ssid: Install as setsid too

This is to avoid patching some of Kakoune's resource files.

- Take maintainership
- Update description/comment
This commit is contained in:
Tobias Kortkamp 2018-10-25 13:01:57 +00:00
parent 94f2babee1
commit b37f3e30b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482969
2 changed files with 11 additions and 5 deletions

View File

@ -3,14 +3,20 @@
PORTNAME= ssid
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://dl.suckless.org/tools/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple setsid replacement
MAINTAINER= tobik@FreeBSD.org
COMMENT= Run a command in a new session
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/ssid
PLIST_FILES= bin/setsid bin/ssid
post-install:
${LN} ${STAGEDIR}${PREFIX}/bin/ssid \
${STAGEDIR}${PREFIX}/bin/setsid
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Simple setsid replacement, nothing special about it
except it being really simple.
Small wrapper for the setsid(2) syscall to run a command in a new
session.
WWW: http://tools.suckless.org/ssid/