Skip to content

Commit

Permalink
devel/util-linux: Remove setsid from package
Browse files Browse the repository at this point in the history
This resolves the conflict with sysutils/setsid which provides a
copy of util-linux's setsid too.

PR:		256866
Approved by:	yuri (maintainer)
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Jun 27, 2021
1 parent 30c859b commit d0309ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/util-linux/Makefile
@@ -1,6 +1,6 @@
PORTNAME= util-linux
DISTVERSION= 2.36
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION}/

Expand Down
6 changes: 3 additions & 3 deletions devel/util-linux/pkg-plist
Expand Up @@ -19,7 +19,7 @@ bin/rename
bin/renice
bin/rev
bin/scriptreplay
bin/setsid
@comment bin/setsid
bin/ul
%%UUID%%bin/uuidgen
%%UUID%%bin/uuidparse
Expand Down Expand Up @@ -69,7 +69,7 @@ man/man1/rename.1.gz
man/man1/renice.1.gz
man/man1/rev.1.gz
man/man1/scriptreplay.1.gz
man/man1/setsid.1.gz
@comment man/man1/setsid.1.gz
man/man1/ul.1.gz
%%UUID%%man/man1/uuidgen.1.gz
%%UUID%%man/man1/uuidparse.1.gz
Expand Down Expand Up @@ -151,7 +151,7 @@ share/bash-completion/completions/rename
share/bash-completion/completions/renice
share/bash-completion/completions/rev
share/bash-completion/completions/scriptreplay
share/bash-completion/completions/setsid
@comment share/bash-completion/completions/setsid
%%UUID%%share/bash-completion/completions/sfdisk
share/bash-completion/completions/swaplabel
share/bash-completion/completions/ul
Expand Down

0 comments on commit d0309ae

Please sign in to comment.