sysutils/s6: add a service dependency on ldconfig.

The last skaware release changed the linkage for internal libs
from static to dynamic. Locating these in
/usr/local/lib/ requires a valid /var/run/ld-elf.so.hints.

PR:		284677
Reported by:	Saj Goonatilleke <sg@redu.cx>
MFH:		2025Q1
This commit is contained in:
Jan Bramkamp 2025-02-18 11:27:05 +01:00 committed by Robert Clausecker
parent ef13a53e72
commit 406a86c943
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= s6 PORTNAME= s6
DISTVERSION= 2.13.1.0 DISTVERSION= 2.13.1.0
PORTREVISION= 1
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/ MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/

View file

@ -3,6 +3,7 @@
# PROVIDE: /service # PROVIDE: /service
# BEFORE: SERVERS # BEFORE: SERVERS
# KEYWORD: shutdown # KEYWORD: shutdown
# REQUIRE: ldconfig
# Add the following lines to /etc/rc.conf to enable `s6': # Add the following lines to /etc/rc.conf to enable `s6':
# #