diff options
author | Duane <parakleta@darkreality.org> | 2025-09-06 01:59:32 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-09-06 01:59:32 +0300 |
commit | 1dea1165c91c424f2c841405d006f4acd020133f (patch) | |
tree | 3e54d2248cc83bc9c01e6f5af69caaeb1c4d8cb3 /www/mongoose/files/mongoose.in | |
parent | java/eclipse: Update 4.36 => 4.37 (diff) |
www/mongoose: Fix case in rc.d file in "REQUIRE" section: daemon => DAEMON
While here replace PORTVERSION with DISTVERSION.
PR: 289203
Approved by: lytboris@gmail.com (maintainer)
MFH: 2025Q3
Diffstat (limited to 'www/mongoose/files/mongoose.in')
-rw-r--r-- | www/mongoose/files/mongoose.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mongoose/files/mongoose.in b/www/mongoose/files/mongoose.in index 99ee54b11bbe..d6db19280e3b 100644 --- a/www/mongoose/files/mongoose.in +++ b/www/mongoose/files/mongoose.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: mongoose -# REQUIRE: daemon +# REQUIRE: DAEMON # Define these mongoose_* variables in one of these files: # /etc/rc.conf |