git: 14d415d54fbc - main - net/seaweedfs: move binary to /bin/
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 23:42:55 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=14d415d54fbc69a510bcd39d0e96458ff6cc800d
commit 14d415d54fbc69a510bcd39d0e96458ff6cc800d
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2021-12-21 23:38:12 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2021-12-21 23:42:47 +0000
net/seaweedfs: move binary to /bin/
---
net/seaweedfs/files/pkg-message.in | 2 +-
net/seaweedfs/files/seaweedfs.in | 2 +-
net/seaweedfs/pkg-plist | 4 +---
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/net/seaweedfs/files/pkg-message.in b/net/seaweedfs/files/pkg-message.in
index acf69b5ccc85..a54e166d0a70 100644
--- a/net/seaweedfs/files/pkg-message.in
+++ b/net/seaweedfs/files/pkg-message.in
@@ -6,7 +6,7 @@ SeaweedFS presents a simple interface behind a complex distributed system.
For a single node "demo setup" you can just run:
$ mkdir /tmp/weeds
-$ %%PREFIX%%/sbin/weed -logtostderr server -dir /tmp/weeds -s3
+$ %%PREFIX%%/bin/weed -logtostderr server -dir /tmp/weeds -s3
For a more typical setup, you should have either 1 or 3 masters, and
multiple filers, with replication enabled.
diff --git a/net/seaweedfs/files/seaweedfs.in b/net/seaweedfs/files/seaweedfs.in
index 05622f0ec054..e2a179e06dd7 100644
--- a/net/seaweedfs/files/seaweedfs.in
+++ b/net/seaweedfs/files/seaweedfs.in
@@ -59,7 +59,7 @@ else
fi
pidfile=/var/run/seaweedfs.pid
-procname="%%PREFIX%%/sbin/weed"
+procname="%%PREFIX%%/bin/weed"
command="/usr/sbin/daemon"
command_args="-f -t ${name} ${seaweedfs_syslog_flags} -p ${pidfile} ${procname} ${seaweedfs_options}"
diff --git a/net/seaweedfs/pkg-plist b/net/seaweedfs/pkg-plist
index dfc225a24d7b..815b7c1e006e 100644
--- a/net/seaweedfs/pkg-plist
+++ b/net/seaweedfs/pkg-plist
@@ -7,6 +7,4 @@
%%ETCDIR%%/notification.toml.sample
%%ETCDIR%%/replication.toml.sample
%%ETCDIR%%/security.toml.sample
-@mode 0755
-sbin/weed
-@mode
+bin/weed