mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/swtpm: Fix incorrect rcorder requirement
If we add 'swtpm_enable="YES"' in /etc/rc.conf*, it fails to start with this error: Starting SWTPM config tpm ...ld-elf.so.1: Shared object "libfuse.so.2" not found, required by "swtpm" Add a proper "REQUIRE" line in the rc script to fix it. PR: 284626 Approved by: meka@tilda.center (maintainer)
This commit is contained in:
parent
c14534874f
commit
9177e23236
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= swtpm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= meka@tilda.center
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: swtpm
|
||||
# REQUIRE: FILESYSTEMS ldconfig
|
||||
# KEYWORD: shutdown
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue