mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/util-linux: Remove setsid from package
This resolves the conflict with sysutils/setsid which provides a copy of util-linux's setsid too. PR: 256866 Approved by: yuri (maintainer)
This commit is contained in:
parent
30c859b20c
commit
d0309aeae4
@ -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}/
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user