From dab672467255accfa7733577566816a374daadac Mon Sep 17 00:00:00 2001 From: Princess Grace <10965841+Kansattica@users.noreply.github.com> Date: Wed, 13 May 2026 11:53:27 -0700 Subject: [PATCH] Add more dependencies to rc.d script. On my FreeBSD machine, copyparty wasn't starting with the computer even after being enabled. Turns out it was being started first, before all the filesystems and such showed up. This fixed it real nice. Signed-off-by: Princess Grace <10965841+Kansattica@users.noreply.github.com> --- contrib/rc/copyparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/rc/copyparty b/contrib/rc/copyparty index 7fcc4e88..ba5b878d 100644 --- a/contrib/rc/copyparty +++ b/contrib/rc/copyparty @@ -1,7 +1,7 @@ #!/bin/sh # # PROVIDE: copyparty -# REQUIRE: networking +# REQUIRE: networking DAEMON FILESYSTEMS mountd # KEYWORD: . /etc/rc.subr